Click or drag to resize

PdfMatrix Properties

The PdfMatrix type exposes the following members.

Properties
  NameDescription
Public propertyDeterminant
Returns the determinant of the rotation matrix.
Public propertyInverse
Gets the inverse of the current matrix.
Public propertyIsIdentity
Gets a value indicating whether this PdfMatrix is the identity matrix.
Public propertyIsInvertible
Gets a value indicating whether this PdfMatrix is invertible.
Public propertyOffsetX
Gets the x translation value of this PdfMatrix.
Public propertyOffsetY
Gets the y translation value of this PdfMatrix.
Public propertyScaleX
Gets the horizontal scaling factor of this PdfMatrix.
Public propertyScaleY
Gets the vertical scaling factor of this PdfMatrix.
Top
See Also