.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CombineTransform 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCombineTransform\fR (GDI32.@) .SH SYNOPSIS BOOL CombineTransform ( LPXFORM \fIxformResult\fR, const XFORM* \fIxform1\fR, const XFORM* \fIxform2\fR ) .SH DESCRIPTION .PP Combines two transformation matrices. .SH PARAMS \fIxformResult\fR \fB[Out]\fR Stores the result of combining the two matrices. .PP \fIxform1\fR \fB[In]\fR Specifies the first matrix to apply. .PP \fIxform2\fR \fB[In]\fR Specifies the second matrix to apply. .PP .SH REMARKS .PP The same matrix can be passed in for more than one of the parameters. .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. Use \fBGetLastError(3w)\fR to determine the cause. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/dc.c"\fR. .PP Debug channel \fB"dc"\fR.