66
eDisplay (OP7200)
Draws a rectangular block in the page buffer, and on the LCD if the buffer is unlocked.
Any portion of the block that is outside the LCD display area will be clipped.
PARAMETER
x
is the x coordinate of the upper left corner of the block
y
is the y coordinate of the left top corner of the block
bmWidth
is the width of the block
bmHeight
is the height of the block
SEE ALSO
glFillScreen, glBlankScreen, glPlotPolygon, glPlotCircle
Plots the outline of 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. The function will also
return, doing nothing, if there are less than 3 vertices.
PARAMETERS
n
is the number of vertices
x1
is the x coordinate of the first vertex
y1
is the y coordinate of the first vertex
x2
is the x coordinate of the second vertex
y2
is the y coordinate of the second vertex
...
coordinates of additional vertices
SEE ALSO
glPlotVPolygon, glFillPolygon, glFillVPolygon
void glBlock(int x, int y, int bmWidth, int
bmHeight);
void glPlotPolygon(int n, int x1, int y1, int x2,
int y2, ...);
Содержание eDisplay OP7200
Страница 1: ...eDisplay OP7200 VGA Operator Control Panel User s Manual 019 0116 021001 A ...
Страница 6: ...eDisplay OP7200 ...
Страница 44: ...38 eDisplay OP7200 ...
Страница 117: ...User s Manual 111 APPENDIX A SPECIFICATIONS Appendix A provides the specifications for the OP7200 ...
Страница 128: ...122 eDisplay OP7200 ...
Страница 136: ...130 eDisplay OP7200 ...
Страница 144: ...138 eDisplay OP7200 ...
Страница 146: ...140 eDisplay OP7200 ...
Страница 150: ...144 eDisplay OP7200 ...
Страница 152: ......