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(int32_t anchorIndex, int32_t& x, int32_t& y) const;

Parameters

anchorIndex The (zero-based) index of the anchor being queried. Must be greater than or equal to zero, and less than the value returned by numberOfAnchors().
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.

C# Mapping

void anchor_HorizontalPosition(int anchorIndex, out int x, out int y);

Java Mapping

void anchor_HorizontalPosition(int anchorIndex, int_OutArgument x, int_OutArgument y);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iAnchorsAndPinnedShapes::anchor_Name()