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.DrawingAssembly: 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 |
Parameters
- fill
- Type: PerpetuumSoft.Framework.Drawing..::.Fill
- center
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- radius
- Type: System..::.Double