Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Changes the world transformation for a device context using the specified mode.
BOOL ModifyWorldTransform(
const XFORM& rXform,
DWORD iMode
);
Parameters
rXform
Reference to an XFORM structure used to modify the world transformation for the given device context.iMode
Specifies how the transformation data modifies the current world transformation. For a list of the values that this parameter can take, see ModifyWorldTransform.
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