Initializes the new instance of the SimpleStroke class with specified 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
)
Visual Basic (Declaration)
Public Sub New ( _
	style As LineStyle, _
	color As Color, _
	width As Double _
)
Visual C++
public:
SimpleStroke(
	LineStyle style, 
	Color color, 
	double width
)

See Also