Share

TextGraphics.GetTransformBehavior Method

Parent Object: TextGraphics

Description

Returns the current view transformation settings (e.g. pixel scaling and front facing).

Syntax

TextGraphics.GetTransformBehavior( TextAnchor As Point, BehaviorType As DisplayTransformBehaviorEnum, PixelScale As Double )

Parameters

Name Type Description
TextAnchor Point Output Point that returns the point that is unaffected by the transform behavior.
BehaviorType DisplayTransformBehaviorEnum Output DisplayTransformBehaviorEnum that returns the transform behaviors currently being used.
PixelScale Double Output Double that returns the number of pixels that are used to draw one model unit when pixel scaling is used.

Version

Introduced in version 6

Was this information helpful?