Group: Coordinate Space and Transformation - Library: gdi32
int GetGraphicsMode(
HDC hdc // handle to device context
); DECLARE INTEGER GetGraphicsMode IN gdi32;
INTEGER hDC
hdc [in] Handle to the device context.
If the function succeeds, the return value is the current graphics mode.
An application can set the graphics mode for a device context by calling the SetGraphicsMode function.
Home