Transform Properties

The Transform type exposes the following members.

Properties
  Name Description
Public property Determinant
Gets the determinant.
Public property HasInverse
Gets a value that indicates whether this transformation is invertible.
Public property IsIdentity
Gets a value that indicates whether this transformation is identity.
Public property M11
Gets or sets the M11 coefficient.
Public property M12
Gets or sets the M12 coefficient.
Public property M21
Gets or sets the M21 coefficient.
Public property M22
Gets or sets the M22 coefficient.
Public property OffsetX
Gets or sets the OffsetX coefficient.
Public property OffsetY
Gets or sets the OffsetY coefficient.
Top
See Also