InvertShape
TheInvertShapemethod modifies the specified shape by applying the inverse of this transform.
void InvertShape (in ODShape shape);
shape- A reference to the shape object whose geometric representation is to be modified by the inverse of this transform.
DISCUSSION
This method is operationally equivalent to theInverseTransformmethod of the specified shape.OVERRIDING
If you subclassODTransformto create a nonlinear transform class, you must override this method. Your override method can call its inherited method at any point in your implementation (it does not matter where).SEE ALSO
TheODShape::InverseTransformmethod (page 642).
TheODTransform::TransformShapemethod (page 786).