Group: Coordinate Space and Transformation - Library: gdi32
int SetGraphicsMode(
HDC hdc, // handle to device context
int iMode // graphics mode
);
DECLARE INTEGER SetGraphicsMode IN gdi32;
INTEGER hdc, INTEGER iMode
hdc [in] Handle to the device context.
iMode [in] Specifies the graphics mode.
If the function succeeds, the return value is the old graphics mode.
See also: GetGraphicsMode