|
|
|
|
MGL_getDisplayStart
Returns the current hardware display starting coordinates.
Declaration
void MGLAPI MGL_getDisplayStart(
MGLDC *dc,
int *x,
int *y)
Prototype In
mgraph.h
Parameters
dc |
Hardware scrolling device context |
x |
Place to store the display start x coordinate |
y |
Place to store the display start y coordinate |
Description
This function returns the current hardware display start coordinates for the hardware scrolling display device context. You can change the display start address with the MGL_setDisplayStart function.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com