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 to determine the cause.

IMPLEMENTATION

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 Jan 2008.