Fills the interior of the circle defined by the Color stroke, 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 void FillCircle( Color color, Vector center, double radius ) |
| Visual Basic (Declaration) |
|---|
Public Sub FillCircle ( _ color As Color, _ center As Vector, _ radius As Double _ ) |
| Visual C++ |
|---|
public: void FillCircle( Color color, Vector center, double radius ) |
Parameters
- color
- Type: System.Drawing..::.Color
- center
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- radius
- Type: System..::.Double