CDC::ModifyWorldTransform
Visual Studio 2012
Changes the world transformation for a device context using the specified mode.
BOOL ModifyWorldTransform( const XFORM& rXform, DWORD iMode );
Returns a nonzero value on success.
Returns 0 on failure.
To get extended error information, call GetLastError.
This method wraps the Windows GDI function ModifyWorldTransform.