Draws a line.

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

Syntax

C#
public void DrawLine(
	Color color,
	double width,
	Vector startPoint,
	Vector endPoint
)
Visual Basic (Declaration)
Public Sub DrawLine ( _
	color As Color, _
	width As Double, _
	startPoint As Vector, _
	endPoint As Vector _
)
Visual C++
public:
void DrawLine(
	Color color, 
	double width, 
	Vector startPoint, 
	Vector endPoint
)

See Also