XTransform PostMultiply Function. Post-multiplies this transformation matrix by the supplied transform. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Post-multiplies this transformation matrix by the supplied transform.

 

   
Syntax  

[C#]
void PostMultiply(XTransform transform)

[Visual Basic]
Sub PostMultiply(transform as XTransform)

 

   

Params
 
Name Description
transform The transform to combine with this one.

 

   

Notes
 

Post-multiplies this transformation matrix by the supplied transform.

The final result is contained in this transform.

See also the PreMutiply function.

 

   

Example
 

None.