Z-World Fox LP3500 User Manual page 104

C-programmable single-board computer
Table of Contents

Advertisement

void glPlotCircle(int xc, int yc, int rad);
Draws the outline of a circle in the LCD page buffer and on the LCD if the buffer is unlocked. Any por-
tion of the circle that is outside the LCD display area will be clipped.
PARAMETERS
xc
is the x coordinate of the center of the circle.
yc
is the y coordinate of the center of the circle.
rad
is the radius of the center of the circle (in pixels).
RETURN VALUE
None.
SEE ALSO
glFillCircle, glPlotPolygon, glFillPolygon
void glFillCircle(int xc, int yc, int rad);
Draws a filled circle in the LCD page buffer and on the LCD if the buffer is unlocked. Any portion of the
circle that is outside the LCD display area will be clipped.
PARAMETERS
xc
is the x coordinate of the center of the circle.
yc
is the y coordinate of the center of the circle.
rad
is the radius of the center of the circle (in pixels).
RETURN VALUE
None.
SEE ALSO
glPlotCircle, glPlotPolygon, glFillPolygon
98
Fox (LP3500)

Advertisement

Table of Contents
loading

Related Products for Z-World Fox LP3500

Table of Contents