MGL_isCurrentDC
Determines if the specified device context is the currently active context.
Declaration
ibool MGLAPI MGL_isCurrentDC(
MGLDC *dc)
Prototype In
mgraph.h
Parameters
dc |
Device context to check |
Return Value
True if DC is the currently active context, false otherwise.
Description
This function determines if the passed in device context is the currently active device context. The currently active device context is where all the output from all the MGL rendering functions will be displayed.
See Also
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com