Draws the interior of the circle defined by the Stroke object, center point specified by the Vector structure and the given radius.
    Namespace: 
   PerpetuumSoft.Framework.DrawingAssembly: PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public abstract void DrawCircle( Stroke stroke, Vector center, double radius )  | 
| Visual Basic (Declaration) | 
|---|
Public MustOverride Sub DrawCircle ( _ stroke As Stroke, _ center As Vector, _ radius As Double _ )  | 
| Visual C++ | 
|---|
public: virtual void DrawCircle( Stroke^ stroke, Vector center, double radius ) abstract  | 
Parameters
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke
 
- center
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- radius
 - Type: System..::.Double