TransformShape
TheTransformShapemethod modifies the specified shape by applying this transform.
void TransformShape (in ODShape shape);
shape- A reference to the shape object to be modified.
DISCUSSION
Calling this method is equivalent to calling theTransformmethod 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).EXCEPTIONS
kODErrOutOfMemory- There is not enough memory to transform the shape.
SEE ALSO
TheODShape::Transformmethod (page 654).
TheODTransform::InvertShapemethod (page 775).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help