Draws the interior of the circle defined by the Color stroke, 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 void DrawCircle(
	Color color,
	Vector center,
	double radius
)
Visual Basic (Declaration)
Public Sub DrawCircle ( _
	color As Color, _
	center As Vector, _
	radius As Double _
)
Visual C++
public:
void DrawCircle(
	Color color, 
	Vector center, 
	double radius
)

See Also