Initializes a new instance of the StrokeEditorControl class.

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

Syntax

C#
public StrokeEditorControl(
	Stroke stroke
)
Visual Basic (Declaration)
Public Sub New ( _
	stroke As Stroke _
)
Visual C++
public:
StrokeEditorControl(
	Stroke^ stroke
)

See Also