Encapsulates the Stroke object with a simple stroke.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public class SimpleStroke : Stroke
Visual Basic (Declaration)
Public Class SimpleStroke _
	Inherits Stroke
Visual C++
public ref class SimpleStroke : public Stroke

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Framework..::.Atom
    PerpetuumSoft.Framework.Drawing..::.Stroke
      PerpetuumSoft.Framework.Drawing..::.SimpleStroke

See Also