MPLAB® Harmony Graphics Suite
|
Parameters |
Description |
x |
the x component of the origin position |
y |
the y component of the origin position |
radius |
the radius of the circle in pixels |
startAngle |
the starting angle, in degrees, of the arc |
centerAngle |
the center angle, in degrees, of the arc. A positive value draws CW while a negative value draws CCW. |
GFX_Result - Returns GFX_TRUE if the circle was drawn successfully. Otherwise returns GFX_FALSE.
MPLAB® Harmony Graphics Suite
|