CombineTransform (GDI32.@)
BOOL CombineTransform ( LPXFORM xformResult, const XFORM* xform1, const XFORM* xform2 )
Combines two transformation matrices.
xformResult | [Out] | Stores the result of combining the two matrices. |
xform1 | [In] | Specifies the first matrix to apply. |
xform2 | [In] | Specifies the second matrix to apply. |
The same matrix can be passed in for more than one of the parameters.
Success: TRUE.
Failure: FALSE. Use GetLastError to determine the cause.
Defined in "wingdi.h".
Implemented in "dlls/gdi32/dc.c". source.winehq.org/source/dlls/gdi32/dc.c
Debug channel "dc".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.