GetType
The GetType method 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).