Expand Minimize
0 out of 2 rated this helpful - Rate this topic

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
);
rXform

Reference to an XFORM structure that contains the transformation data.

Returns a nonzero value on success.

Returns 0 on failure.

To get extended error information, call GetLastError.

This method wraps the Windows GDI function SetWorldTransform.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.