CDC::SetGraphicsMode
Sets the graphics mode for the specified device context.
int SetGraphicsMode( int iMode );
Returns the old graphics mode on success.
Returns 0 on failure. To get extended error information, call GetLastError.
This method wraps the Windows GDI function SetGraphicsMode.