Draws the interior of an ellipse defined by the Stroke 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 DrawEllipse( Stroke stroke, VectorRectangle rectangle )  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Sub DrawEllipse ( _ stroke As Stroke, _ rectangle As VectorRectangle _ )  | 
| Visual C++ | 
|---|
public: virtual void DrawEllipse( Stroke^ stroke, VectorRectangle rectangle ) abstract  | 
Parameters
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke
 
- rectangle
 - Type: PerpetuumSoft.Framework.Drawing..::.VectorRectangle