__CFBD_GraphicEllipse¶
Module: Ellipse Drawing
#include <ellipse.h>
Public Attributes¶
| Name | |
|---|---|
| CFBDGraphic_Point | center |
| PointBaseType | X_Radius |
| PointBaseType | Y_Radius |
Public Attributes Documentation¶
variable center¶
The center point of the ellipse
variable X_Radius¶
The horizontal radius (semi-major or semi-minor axis)
variable Y_Radius¶
The vertical radius (semi-minor or semi-major axis)
Updated on 2026-02-03 at 13:21:55 +0000