TextGraphics.SetTransformBehavior Method
Parent Object: TextGraphicsDescription
Sets the view transformation settings (e.g. pixel scaling and front facing).
Syntax
TextGraphics.SetTransformBehavior( Anchor As Point, BehaviorType As DisplayTransformBehaviorEnum, [PixelScale] As Double )Parameters
Name | Type | Description |
Anchor | Point | Input that indicates which point is unaffected by the transform behavior. |
BehaviorType | DisplayTransformBehaviorEnum | Input DisplayTransformBehaviorEnum that specifies which transform behaviors are to be used. |
PixelScale | Double | Input Double that indicates how many pixels should be used to draw one model unit when pixel scaling is used. This is an optional argument whose default value is 1.0. |
Samples
Name | Description |
Text Using Client Graphics (Multiple fonts and lines) | This sample demonstrates creating text using client graphics. It illustrates the more complex case of changes in font and more than one line. |