XFINIUM.PDF Documentation
PdfMatrix Class Methods

Xfinium.Pdf.Graphics Namespace : PdfMatrix Class

For a list of all members of this type, see PdfMatrix members.

Public Methods
 NameDescription
Public MethodOverloaded.  Applies the geometric transform represented by the inverse of this matrix to a specified point.  
Public Method Applies the geometric transform represented by the inverse of this matrix to the specified array of points.  
Public Method Inverts this matrix object.  
Public MethodOverloaded.  Multiplies this matrix by the matrix specified in the matrix parameter.  
Public Method Prepend to this matrix a clockwise rotation, around the origin and by the specified angle.  
Public Methodstatic (Shared in Visual Basic) Creates a matrix with a rotation as the initial value.  
Public Method Applies the specified scale vector to this Matrix by prepending the scale vector.  
Public Methodstatic (Shared in Visual Basic) Creates a matrix with a scaling as the initial value.  
Public MethodOverloaded.  Applies the geometric transform represented by this matrix to a specified point.  
Public MethodOverloaded.  Applies the geometric transform represented by this matrix to a specified array of points.  
Public MethodOverloaded.  Applies only the scale and rotate components of this matrix to the specified point.  
Public Method Applies only the scale and rotate components of this matrix to the specified array of points.  
Public Method Applies the specified translation vector (tx and ty) to this matrix by prepending the translation vector.  
Public Methodstatic (Shared in Visual Basic) Creates a matrix with a translation as the initial value.  
Top
See Also

Reference

PdfMatrix Class
Xfinium.Pdf.Graphics Namespace