Transform.Inverse
Property
Description:
The inverse transformation of this transformation.
The inverse transformation of this transformation.
Remarks:
The transformation matrix A is invertible if there exists a transformation matrix B such that A*B = B*A = I (identity).
The transformation matrix A is invertible if there exists a transformation matrix B such that A*B = B*A = I (identity).
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when this transformation is not conformal or invertible. |