PDFView4NET WPF Edition
PDFMatrix Class Members
Properties  Methods 

O2S.Components.PDFView4NET Namespace : PDFMatrix Class

The following tables list the members exposed by PDFMatrix.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyGets or sets the m11 element of the matrix.  
Public PropertyGets or sets the m12 element of the matrix.  
Public PropertyGets or sets the m21 element of the matrix.  
Public PropertyGets or sets the m22 element of the matrix.  
Public PropertyGets or sets the tx element of the matrix.  
Public PropertyGets or sets the ty element of the matrix.  
Top
Public Methods
 NameDescription
Public MethodInverts this matrix object.  
Public MethodOverloaded. Multiplies this matrix by the matrix specified in the matrix parameter.  
Public MethodRotates the matrix with the specified angle.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix with a rotation as the initial value.  
Public MethodScales the matrix.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix with a scaling as the initial value.  
Public MethodConverts the matrix to string representation.  
Public MethodOverloaded. Transforms the point with the affine transformation specifies by this matrix.  
Public MethodTransforms the point with the affine transformation specifies by this matrix.  
Public MethodOverloaded. Transforms the point with the affine transformation specifies by this matrix and ignores the translation values.  
Public MethodTransforms the point with the affine transformation specifies by this matrix and ignores the translation values.  
Public MethodTranslates the matrix.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix with a translation as the initial value.  
Top
See Also

Reference

PDFMatrix Class
O2S.Components.PDFView4NET Namespace