Share

TriangleGraphics.SetTransformBehavior Method

Parent Object: TriangleGraphics

Description

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

Syntax

TriangleGraphics.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.

Version

Introduced in version 5

Was this information helpful?