###User Defined Function###
_WinAPI_CombineTransform

###Description###
Concatenates two world-space to page-space transformations.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_CombineTransform ( $tXFORM1, $tXFORM2 )


###Parameters###
@@ParamTable@@
$tXFORM1
	$tagXFORM structure that specifies the first transformation.
$tXFORM2
	$tagXFORM structure that specifies the second transformation.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	$tagXFORM structure that contains the combined transformation.
Failure 	Sets the @error flag to non-zero.
@@End@@


###Remarks###
Applying the combined transformation has the same effect as applying the first transformation and then applying the second transformation.


###Related###


###See Also###
@@MsdnLink@@ CombineTransform
