Click or drag to resize

PdfMatrix Properties

The PdfMatrix type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberIdentity Gets an identity PdfMatrix.
Public propertyIsIdentity Gets a value that indicates whether this PdfMatrix structure is an identity matrix.
Public propertyM11

Gets the value of the first row and first column of this PdfMatrix structure.

The default value is 1.

Public propertyM12

Gets the value of the first row and second column of this PdfMatrix structure.

The default value is 0.

Public propertyM21

Gets the value of the second row and first column of this PdfMatrix structure.

The default value is 1.

Public propertyM22

Gets the value of the second row and second column of this PdfMatrix structure.

The default value is 1.

Public propertyOffsetX

Gets the value of the third row and first column of this PdfMatrix structure.

The default value is 0.

Public propertyOffsetY

Gets the value of the third row and second column of this PdfMatrix structure.

The default value is 0.

Top
See Also