CombineTransform.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/dc.c".

Debug channel "dc".