Share

TextGraphics.SetViewSpaceAnchor Method

Parent Object: TextGraphics

Description

Method that anchors the graphics object at the specified point in view space. The Anchored property is set to True.

Syntax

TextGraphics.SetViewSpaceAnchor( Origin As Point, Anchor As Point2d, AnchorRelativeTo As ViewLayoutEnum )

Parameters

Name Type Description
Origin Point Input that specifies the origin of the coordinate system.
Anchor Point2d Input that indicates which point is unaffected by the transform behavior.
AnchorRelativeTo ViewLayoutEnum Input constant indicating which corner of the view the anchor is relative to.

Samples

Name Description
Anchored Client Grahics This sample demonstrates the creation of client graphics that is fully anchored in a view.

Version

Introduced in version 9

Was this information helpful?