Fills the interior of an ellipse defined by the Color structure and bounding rectangle specified by the VectorRectangle structure.

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

Syntax

C#
public void FillEllipse(
	Color color,
	VectorRectangle rectangle
)
Visual Basic (Declaration)
Public Sub FillEllipse ( _
	color As Color, _
	rectangle As VectorRectangle _
)
Visual C++
public:
void FillEllipse(
	Color color, 
	VectorRectangle rectangle
)

See Also