MPLAB® Harmony Graphics Suite
|
Parameters |
Description |
x |
the x component of the origin position |
y |
the y component of the origin position |
a |
the length of the short side of the ellipse |
b |
the length of the long side of the ellipse |
theta |
the tilt angle, in degrees, of the ellipse |
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. |
width |
width, in pixels, of the rectangular draw area for the ellipse |
height |
height, in pixels, of the rectangular draw area for the ellipse |
GFX_Result - Returns GFX_TRUE if the circle was drawn successfully. Otherwise returns GFX_FALSE.
MPLAB® Harmony Graphics Suite
|