Draws the interior of the circle defined by the Stroke object, center point specified by the Vector structure and the given radius.

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

Syntax

C#
public abstract void DrawCircle(
	Stroke stroke,
	Vector center,
	double radius
)
Visual Basic (Declaration)
Public MustOverride Sub DrawCircle ( _
	stroke As Stroke, _
	center As Vector, _
	radius As Double _
)
Visual C++
public:
virtual void DrawCircle(
	Stroke^ stroke, 
	Vector center, 
	double radius
) abstract

See Also