XFINIUM.PDF Documentation
PdfMatrix Class Members
Properties  Methods 

The following tables list the members exposed by PdfMatrix.

Public Constructors
 NameDescription
Public ConstructorPdfMatrix ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyM11 Gets or sets the m11 element.  
Public PropertyM12 Gets or sets the m12 element.  
Public PropertyM21 Gets or sets the m21 element.  
Public PropertyM22 Gets or sets the m22 element.  
Public PropertyTX Gets or sets the tx element.  
Public PropertyTY Gets or sets the ty element.  
Top
Public Methods
 NameDescription
Public MethodInverseTransformPointOverloaded.  Applies the geometric transform represented by the inverse of this matrix to a specified point.  
Public MethodInverseTransformPoints Applies the geometric transform represented by the inverse of this matrix to the specified array of points.  
Public MethodInvert Inverts this matrix object.  
Public MethodMultiplyOverloaded.  Multiplies this matrix by the matrix specified in the matrix parameter.  
Public MethodRotate Prepend to this matrix a clockwise rotation, around the origin and by the specified angle.  
Public Methodstatic (Shared in Visual Basic)RotatedMatrix Creates a matrix with a rotation as the initial value.  
Public MethodScale Applies the specified scale vector to this Matrix by prepending the scale vector.  
Public Methodstatic (Shared in Visual Basic)ScaledMatrix Creates a matrix with a scaling as the initial value.  
Public MethodTransformPointOverloaded.  Applies the geometric transform represented by this matrix to a specified point.  
Public MethodTransformPointsOverloaded.  Applies the geometric transform represented by this matrix to a specified array of points.  
Public MethodTransformVectorOverloaded.  Applies only the scale and rotate components of this matrix to the specified point.  
Public MethodTransformVectors Applies only the scale and rotate components of this matrix to the specified array of points.  
Public MethodTranslate Applies the specified translation vector (tx and ty) to this matrix by prepending the translation vector.  
Public Methodstatic (Shared in Visual Basic)TranslatedMatrix Creates a matrix with a translation as the initial value.  
Top
See Also

Reference

PdfMatrix Class
Xfinium.Pdf.Graphics Namespace

Send Feedback