PGetPolygonVertices
Gets the list of vertices for the selected polygon.
This query was introduced in PageMaker 6.5.
Query results
This query is a subclass of PListQuery. It returns a list of x/y locations for the points that make up the
polygon (in the order that they are drawn) Each polygon will have from 3 to 100 points.
long xLocation;
x coordinate of the point in twips
long yLocation;
y coordinate of the point in twips
See also
The PCreatePolygon,
PPolygonMiterLimit,
PPolygonType, and PPolygonVertices
commands.
The PGetPolygonMiterLimit, and
PGetPolygonType queries.