void glFillPolygon(int n, int x1, int y1, int x2, int y2, ...);
DESCRIPTION
Fills a polygon in the LCD page buffer and on the LCD if the buffer is unlocked. Any
portion of the polygon that is outside the LCD display area will be clipped. If fewer than
3 vertices are specified, the function will return without doing anything.
PARAMETERS
n
x1
y1
x2
y2
...
RETURN VALUE
None.
SEE ALSO
glFillVPolygon, glPlotPolygon, glPlotVPolygon
100
glFillPolygon
the number of vertices.
the x coordinate of the first vertex.
the y coordinate of the first vertex.
the x coordinate of the second vertex.
the y coordinate of the second vertex.
the coordinates of additional vertices.
RabbitCore RCM3209/RCM3229
Need help?
Do you have a question about the RabbitCore RCM3209 and is the answer not in the manual?
Questions and answers