getdrawmode(3G) getdrawmode(3G)
NAME
getdrawmode - returns the current drawing mode
C SPECIFICATION
long getdrawmode()
PARAMETERS
none
FUNCTION RETURN VALUE
__________________________________
|Symbolic Name | Drawing Mode |
|_________________________________|
|NORMALDRAW color planes |
|OVERDRAW overlay planes |
|UNDERDRAW underlay planes |
|PUPDRAW pop-up planes |
|CURSORDRAW cursor |
|_________________________________|
DESCRIPTION
getdrawmode returns the current drawing mode. Use drawmode to set the
drawing mode.
SEE ALSO
drawmode
NOTE
This routine is available only in immediate mode.
Page 1