| PathEngine home | previous: | next: |
Checks whether coordinates are valid for newShape().
bool shapeIsValid(tSigned32 numberOfPoints, const tSigned32* coordinateData); |
| numberOfPoints | The number of vertices in the shape. | ||
| coordinateData | Points to an array of tSigned32, of size numberOfPoints * 2. This array is copied, and can therefore be safely deleted after the call returns. |
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |