PathEngine home previous: iAnchorsAndPinnedShapes::pinnedShape_NumberOfVertices()next: Interface iSolidObjects
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes, pinnedShape_Vertex

iAnchorsAndPinnedShapes::pinnedShape_Vertex()

Description

Returns coordinates of the specified shape vertex.

Syntax

void pinnedShape_Vertex(tSigned32 shapeIndex, tSigned32 vertexIndex, tSigned32& x, tSigned32& y) const;
        

Parameters

shapeIndex The (zero-based) index of the shape being queried.
vertexIndex The (zero-based) index of the vertex in this shape.
(Must be a greater than or equal to zero and less than the value returned by iAnchorsAndPinnedShapes::pinnedShape_NumberOfVertices().)
x Returns the vertex's x coordinate.
y Returns the vertex's y coordinate.

Remarks

The coordinates returned by this method are relative to the horizontal coordinates of the anchor that pins the shape.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: Interface iSolidObjects