Visual Studio 2010 - Visual C++
CDC::ModifyWorldTransform
Changes the world transformation for a device context using the specified mode.
BOOL ModifyWorldTransform( const XFORM& rXform, DWORD iMode );
Parameters
Return Value
Returns a nonzero value on success.
Returns 0 on failure.
To get extended error information, call GetLastError.
Remarks
This method wraps the Windows GDI function ModifyWorldTransform.
Requirements
Header: afxwin.h
See Also