Method that gets the current transform behavior of the graphic object.
Name | Type | Description |
TextAnchor | Point | Output Point object that returns the anchor point of the graphic object in model space. The coordinates of this point are always defined in model space. The value of this argument is irrelevant when the behavior type to kNoTransformBehaviors. |
BehaviorType | DisplayTransformBehaviorEnum | Output value from DisplayTransformBehaviorEnum that returns the type of transform behavior the text has. Valid values are kFrontFacing, kFrontFacingAndPixelScaling, kNoTransformBehaviors, and kPixelScaling. TextGraphics objects are always front facing regardless of the defined behavior type. |
PixelScale | Double | Output Double that returns the scale factor to apply to all coordinates associated with this graphics object. The scale factor is only relevant when the object has pixel scaling behavior. |