Fills the interior of the circle defined by the Fill 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 FillCircle(
	Fill fill,
	Vector center,
	double radius
)
Visual Basic (Declaration)
Public MustOverride Sub FillCircle ( _
	fill As Fill, _
	center As Vector, _
	radius As Double _
)
Visual C++
public:
virtual void FillCircle(
	Fill^ fill, 
	Vector center, 
	double radius
) abstract

See Also