Draws a line connecting two points defined by Vector structures.

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

Syntax

C#
public void DrawLine(
	Stroke stroke,
	Vector startPoint,
	Vector endPoint
)
Visual Basic (Declaration)
Public Sub DrawLine ( _
	stroke As Stroke, _
	startPoint As Vector, _
	endPoint As Vector _
)
Visual C++
public:
void DrawLine(
	Stroke^ stroke, 
	Vector startPoint, 
	Vector endPoint
)

See Also