PdfMatrix Properties |
The PdfMatrix type exposes the following members.
Name | Description | |
---|---|---|
Determinant |
Returns the determinant of the rotation matrix.
| |
Inverse |
Gets the inverse of the current matrix.
| |
IsIdentity |
Gets a value indicating whether this PdfMatrix is the identity matrix.
| |
IsInvertible |
Gets a value indicating whether this PdfMatrix is invertible.
| |
OffsetX |
Gets the x translation value of this PdfMatrix.
| |
OffsetY |
Gets the y translation value of this PdfMatrix.
| |
ScaleX |
Gets the horizontal scaling factor of this PdfMatrix.
| |
ScaleY |
Gets the vertical scaling factor of this PdfMatrix.
|