TransformPoint
TheTransformPointmethod modifies the location of the specified point by applying this transform.
void TransformPoint (inout ODPoint point);
point- The point to be modified. On return, the fields of this structure have been modified to represent the transformed point.
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
TheODPointtype (page 885).
TheODTransform::InvertPointmethod (page 774).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help