InverseTransform
TheInverseTransformmethod modifies this shape by applying the inverse of the specified transform to it.
ODShape InverseTransform (in ODTransform transform);
transform- A reference to the transform whose inverse is to be applied to this shape.
- return value
- A reference to this shape after it has been transformed.
DISCUSSION
This method is the inverse operation of theTransformmethod.Shapes without a polygonal representation may not be transformable except by simple offsets.
EXCEPTIONS
kODErrNoShapeGeometry- This shape does not have enough geometric information to be transformed with the inverse of the specified transform.
kODErrTransformErr- The transform has no inverse.
SEE ALSO
TheODShape::Transformmethod (page 654).
TheODTransform::Invertmethod (page 774).