PathEngine home | previous: | next: |
Returns the horizontal coordinates of the specified anchor.
void anchor_HorizontalPosition(int32_t anchorIndex, int32_t& x, int32_t& y) const; |
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. |
void anchor_HorizontalPosition(int anchorIndex, out int x, out int y); |
void anchor_HorizontalPosition(int anchorIndex, int_OutArgument x, int_OutArgument y); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |