CombineTransform(3w)
NAME
CombineTransform (GDI32.@)
SYNOPSIS
BOOL CombineTransform ( LPXFORM xformResult, const XFORM* xform1, const XFORM* xform2 )
DESCRIPTION
Combines two transformation matrices.
PARAMS
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.
REMARKS
The same matrix can be passed in for more than one of the parameters.
RETURNS
Success: TRUE.
Failure: FALSE. Use GetLastError(3w) to determine the cause.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/dc.c".
- Debug channel "dc".