The ModifyWorldTransform function changes the world transformation for a device context using the specified mode.
BOOL ModifyWorldTransform(
HDC hdc, |
// handle of device context |
CONST XFORM *lpXform, |
// address of transformation data |
DWORD iMode |
// modification mode |
); |
Value |
Description |
MWT_IDENTITY |
Resets the current world transformation by using the identity matrix. If this mode is specified, the XFORM structure pointed to by lpXform is ignored. |
MWT_LEFTMULTIPLY |
Multiplies the current transformation by the data in the XFORM structure. (The data in the XFORM structure becomes the left multiplicand, and the data for the current transformation becomes the right multiplicand.) |
MWT_RIGHTMULTIPLY |
Multiplies the current transformation by the data in the XFORM structure. (The data in the XFORM structure becomes the right multiplicand, and the data for the current transformation becomes the left multiplicand.) |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
The ModifyWorldTransform function will fail unless graphics mode for the specified device context has been set to GM_ADVANCED by previously calling the SetGraphicsMode function. Likewise, it will not be possible to reset the graphics mode for the device context to the default GM_COMPATIBLE mode, unless world transform has first been reset to the default identity transform by calling SetWorldTransform or ModifyWorldTransform.
GetWorldTransform, SetWorldTransform, SetGraphicsMode, XFORM
file: /Techref/os/win/api/win32/func/src/f57_11.htm, 4KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 11:11,
3.22.68.141:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/Techref/os/win/api/win32/func/src/f57_11.htm"> ModifyWorldTransform</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.