MGL_localToGlobalDC
Converts a point from local to global coordinates for a specific DC.
Declaration
void MGLAPI MGL_localToGlobalDC(
MGLDC *dc,
point_t *p)
Prototype In
mgraph.h
Parameters
dc |
Device context in which the point is defined |
p |
Pointer to point to be converted |
Description
This function is the same as MGL_localToGlobal, however the device context does not have to be the current device context.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com