XTransform Matrix Property. The transform as a System.Drawing.Drawing2D Matrix. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] Matrix

[Visual Basic]
Matrix
n/a No The transform as a System.Drawing.Drawing2D Matrix.

 

   

Notes
 

The transform as a System.Drawing.Drawing2D Matrix.

This matrix type holds element values as single precision floating point values so it is is less accurate than the underlying XTransform.

Windows coordinates are measured in distances from the top left of the drawing surface while PDF coordinates are measured from the bottom left.

Remember that transforms operate on the underlying PDF coordinates rather than on any Windows coordinates. So by specifying a rotation around the origin you are specifying a rotation anchored at the bottom left of the document page.

 

   

Example
 

None.