Transform.invert

Modifies the receiver such that the matrix it represents becomes the mathematical inverse of the matrix it previously represented.

@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> <li>ERROR_CANNOT_INVERT_MATRIX - if the matrix is not invertible</li> </ul>

class Transform
void
invert
(
)

Meta