Name | Description | |
---|---|---|
PDFMatrix Constructor | Overloaded. |
The following tables list the members exposed by PDFMatrix.
Name | Description | |
---|---|---|
PDFMatrix Constructor | Overloaded. |
Name | Description | |
---|---|---|
M11 | Gets or sets the m11 element of the matrix. | |
M12 | Gets or sets the m12 element of the matrix. | |
M21 | Gets or sets the m21 element of the matrix. | |
M22 | Gets or sets the m22 element of the matrix. | |
TX | Gets or sets the tx element of the matrix. | |
TY | Gets or sets the ty element of the matrix. |
Name | Description | |
---|---|---|
Invert | Inverts this matrix object. | |
Multiply | Overloaded. Multiplies this matrix by the matrix specified in the matrix parameter. | |
Rotate | Rotates the matrix with the specified angle. | |
RotatedMatrix | Creates a matrix with a rotation as the initial value. | |
Scale | Scales the matrix. | |
ScaledMatrix | Creates a matrix with a scaling as the initial value. | |
ToString | Converts the matrix to string representation. | |
TransformPoint | Overloaded. Transforms the point with the affine transformation specifies by this matrix. | |
TransformPoints | Transforms the point with the affine transformation specifies by this matrix. | |
TransformVector | Overloaded. Transforms the point with the affine transformation specifies by this matrix and ignores the translation values. | |
TransformVectors | Transforms the point with the affine transformation specifies by this matrix and ignores the translation values. | |
Translate | Translates the matrix. | |
TranslatedMatrix | Creates a matrix with a translation as the initial value. |