Fills the interior of an ellipse defined by the Fill object and bounding rectangle specified by the VectorRectangle structure.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public abstract void FillEllipse( Fill fill, VectorRectangle rectangle )  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Sub FillEllipse ( _ fill As Fill, _ rectangle As VectorRectangle _ )  | 
| Visual C++ | 
|---|
public: virtual void FillEllipse( Fill^ fill, VectorRectangle rectangle ) abstract  | 
Parameters
- fill
 - Type: PerpetuumSoft.Framework.Drawing..::.Fill
 
- rectangle
 - Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle