Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_FilledCircle
DESCRIPTION
Draws a filled circle on the screen.
DECLARATION
| VB.NET | Draw_FilledCircle(x As Single , y As Single , radius As Single , [step] As Integer , color As Integer) |
| C++ | void Draw_FilledCircle(float x , float y , float radius , int [step] , int color ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| x | No | x description |
| y | No | y description |
| radius | No | radius description |
| [step] | Yes | [step] description |
| color | Yes | color description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.