PathEngine home previous: iAnchorsAndPinnedShapes::anchor_Attribute()next: iAnchorsAndPinnedShapes::anchor_Name()
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes, anchor_HorizontalPosition

iAnchorsAndPinnedShapes::anchor_HorizontalPosition()

Description

Returns the horizontal coordinates of the specified anchor.

Syntax

void anchor_HorizontalPosition(tSigned32 anchorIndex, tSigned32& x, tSigned32& y);
        

Parameters

anchorIndex The (zero-based) index of the anchor being queried.
x Returns the anchor's x coordinate.
y Returns the anchor's y coordinate.

Remarks

Refer to PathEngine Coordinates for details about the PathEngine coordinate system.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iAnchorsAndPinnedShapes::anchor_Name()