Epson Research and Development
Page 141
Vancouver Design Center
void seDrawCursorLine(long x1, long y1, long x2, long y2, DWORD Color)
void seDrawLcdCursorLine(long x1, long y1, long x2, long y2, DWORD Color)
void seDrawCrtCursorLine(long x1, long y1, long x2, long y2, DWORD Color)
void seDrawTvCursorLine(long x1, long y1, long x2, long y2, DWORD Color)
Description:
These routines assist in defining the cursor shape by drawing a line in the hardware cursor
between the specified points.
Call seDrawCursorLine() to draw a line in the hardware cursor image associated with the
current active surface.
Call seDrawLcdCursorLine(), seDrawCrtCursorLine(), or seDrawTvCursorLine() to draw
a line in the hardware cursor image associated with the display surface indicated in the
function name.
Parameter:
x1
Specifies the X co-ordinate of the first endpoint of the line measured in
pixels from the left edge of the cursor image.
y1
Specifies the Y co-ordinate of the first endpoint of the line measured in
pixels from the top edge of the cursor image.
x2
Specifies the X co-ordinate of the second endpoint of the line measured
in pixels from the left edge of the cursor image.
y2
Specifies the Y co-ordinate of the second endpoint of the line measured
in pixels from the top edge of the cursor image.
Color
Specifies which of the four cursor colors to draw the line with. Valid
values for Color are:
0 - to draw the line in solid color 0
1 - to draw the line in solid color 1
2 - to draw the line in the transparent color
3 - to draw the line in the inverted color.
Return Value:
None.
Programming Notes and Examples
Issue Date: 01/02/06
S1D13506
X25B-G-003-03