Transform2D.GetInverse
Method
Description:
Gets the inverse transformation of this transformation.
Gets 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 | This transformation is not conformal or invertible. |