Draws the arc representing a portion of an ellipse specified by two Vector structures.

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

Syntax

C#
public void DrawArc(
	Stroke stroke,
	Vector location,
	Vector size,
	double startAngle,
	double sweepAngle
)
Visual Basic (Declaration)
Public Sub DrawArc ( _
	stroke As Stroke, _
	location As Vector, _
	size As Vector, _
	startAngle As Double, _
	sweepAngle As Double _
)
Visual C++
public:
void DrawArc(
	Stroke^ stroke, 
	Vector location, 
	Vector size, 
	double startAngle, 
	double sweepAngle
)

See Also