Initializes a new instance of BorderLine.

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

Syntax

C#
public BorderLine(
	LineStyle style,
	Color color,
	double width
)
Visual Basic (Declaration)
Public Sub New ( _
	style As LineStyle, _
	color As Color, _
	width As Double _
)
Visual C++
public:
BorderLine(
	LineStyle style, 
	Color color, 
	double width
)

See Also