LineStripGraphics.GetTransformBehavior Method
Parent Object: LineStripGraphicsDescription
Returns the current view transformation settings (e.g. pixel scaling and front facing).
Syntax
LineStripGraphics.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. |