XFINIUM.PDF Documentation
PdfMatrix Class Members
Properties  Methods 

Xfinium.Pdf.Graphics Namespace : PdfMatrix Class

The following tables list the members exposed by PdfMatrix.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property Gets or sets the m11 element.  
Public Property Gets or sets the m12 element.  
Public Property Gets or sets the m21 element.  
Public Property Gets or sets the m22 element.  
Public Property Gets or sets the tx element.  
Public Property Gets or sets the ty element.  
Top
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