| | Name | Description |
|---|
 | Concat |
Multiplies this matrix by the matrix specified in the matrix parameter, and in the order specified in the prepended parameter.
|
 | ConcatInverse |
Inverts the matrix specified in the matrix parameter and than multiplies this matrix by the inverted matrix, and in the order specified in the prepended parameter.
|
 | GetReverse |
Inverts this Matrix, if it is invertible and return as a new Matrix.
|
 | GetUnitArea |
Get unit area
|
 | GetXUnit |
Get x unit
|
 | GetYUnit |
Get y unit
|
 | Is90Rotated |
Gets a value indicating whether this Matrix is rotated.
|
 | IsIdentity |
Gets a value indicating whether this Matrix is the identity matrix.
|
 | IsInvertible |
Gets a value indicating whether this Matrix is invertible.
|
 | IsScaled |
Gets a value indicating whether this Matrix is scaled.
|
 | Rotate(Single, Boolean) |
Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for this Matrix.
|
 | Rotate(Single, Single, Single, Boolean) |
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
|
 | Scale |
Applies the specified scale vector (sx and sy) to this Matrix using the specified order.
|
 | SetIdentity |
Initializes this instance of the FS_MATRIX class as the identity matrix.
|
 | SetReverse |
Inverts this matrix, if it is invertible.
|
 | SetReverse(FS_MATRIX) |
Inverts the specified matrix, if it is invertible and set it to this matrix.
|
 | Shear |
Applies the specified shear vector to this Matrix in the specified order.
|
 | ToArray |
Returns a PdfTypeArray representation of the matrix.
|
 | TransformDistance(Single) |
Applies the geometric transform represented by this Matrix to a distance.
|
 | TransformDistance(Int32, Int32) |
Applies the geometric transform represented by this Matrix to a distance.
|
 | TransformDistance(Single, Single) |
Applies the geometric transform represented by this Matrix to a distance.
|
 | TransformPoint(Int32, Int32) |
Applies the geometric transform represented by this Matrix to a specified point.
|
 | TransformPoint(Single, Single) |
Applies the geometric transform represented by this Matrix to a specified point.
|
 | TransformRect |
Applies the geometric transform represented by this Matrix to a specified rectangle.
|
 | TransformVector |
Applies only the scale and rotate components of this Matrix to the specified point.
|
 | TransformXDistance(Int32) |
Applies the geometric transform represented by this Matrix to a x-coordinate of the distance vector.
|
 | TransformXDistance(Single) |
Applies the geometric transform represented by this Matrix to a x-coordinate of the distance vector.
|
 | TransformYDistance(Int32) |
Applies the geometric transform represented by this Matrix to a y-coordinate of the distance vector.
|
 | TransformYDistance(Single) |
Applies the geometric transform represented by this Matrix to a y-coordinate of the distance vector.
|
 | Translate(Int32, Int32, Boolean) |
Applies the specified translation vector to this Matrix in the specified order.
|
 | Translate(Single, Single, Boolean) |
Applies the specified translation vector to this Matrix in the specified order.
|