GetType
TheGetTypemethod returns the transform type of this transform.
ODTransformType GetType ();
- return value
- The transform type of this transform.
DISCUSSION
The returned value specifies the transform's function, which is one of the following:
- Identity transform (
kODIdentityXform).- Pure translation or offset (
kODTranslateXform).- Pure scale (
kODScaleXform).- Scale and translation (
kODScaleTranslateXform).- Scale, rotate, and skew (
kODLinearXform).- Scale, rotate, skew, and translation (
kODLinearTranslateXform).- Perspective transformation, which applies a 3D or distortion effect (
kODPerspectiveXform).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help