Share

TriangleStripGraphics.GetTransformBehavior Method

Parent Object: TriangleStripGraphics

Description

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

Syntax

TriangleStripGraphics.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 Point that returns the number of pixels that are used to draw one model unit when pixel scaling is used.

Version

Introduced in version 5

Was this information helpful?