Initializes a new instance of the SimpleStroke class with specific parameters.

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

Syntax

C#
public SimpleStroke(
	LineStyle style,
	Color color,
	double width,
	float dashLenght,
	float dotLenght,
	float spaceLenght
)
Visual Basic (Declaration)
Public Sub New ( _
	style As LineStyle, _
	color As Color, _
	width As Double, _
	dashLenght As Single, _
	dotLenght As Single, _
	spaceLenght As Single _
)
Visual C++
public:
SimpleStroke(
	LineStyle style, 
	Color color, 
	double width, 
	float dashLenght, 
	float dotLenght, 
	float spaceLenght
)

See Also