Method that sets the transform behavior of the graphic object.
Name | Type | Description |
Anchor | Point | Input Point object that specifies 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 ignored when setting the behavior type to kNoTransformBehaviors. |
BehaviorType | DisplayTransformBehaviorEnum | Input value from DisplayTransformBehaviorEnum that specifies 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 | Input Double that defines the scale factor to apply to all coordinates associated with this graphics object. This scale factor is only used when the behavior type is kFrontFacingAndPixelScaling or kPixelScaling. This is an optional argument whose default value is 1.0. |