CDC::SetWorldTransform
Sets a two-dimensional linear transformation between world space and page space for the specified device context. This transformation can be used to scale, rotate, shear, or translate graphics output.
BOOL SetWorldTransform(
const XFORM& rXform
);
Parameters
- rXform
Reference to an XFORM structure that contains the transformation data.
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 SetWorldTransform.
Requirements
Header: afxwin.h