| PathEngine home | previous: | next: |
Returns coordinates of the specified shape vertex.
void pinnedShape_Vertex(tSigned32 shapeIndex, tSigned32 vertexIndex, tSigned32& x, tSigned32& y) const;
|
| 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 | ||
| x | Returns the vertex's x coordinate. | ||
| y | Returns the vertex's y coordinate. |
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 PathEngine | next: |