Wiki > TV3D65 Index > TVScreen2DImmediate
Draw_FilledEllipse
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | Draw_FilledEllipse(x As Single , y As Single , radiusX As Single , radiusY As Single , [step] As Integer , color As Integer) |
| C++ | void Draw_FilledEllipse(float x , float y , float radiusX , float radiusY , int [step] , int color ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| x | No | x description |
| y | No | y description |
| radiusX | No | radiusX description |
| radiusY | No | radiusY 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.