PPolygonAttribs

Sets the polygon attributes for the currently selected polygons, or, if none are selected, sets the default polygon attributes.


Command constructor

PPolygonAttribs(short nSides, short nStarInset);
short nSides;
Number of sides, from 3 to 255
short nStarInset;
Percent star inset (from 0 to 100), where 0% represents no star and 100% represents a star with the inner vertices all occupying the same point in the middle of the polygon
Example. The following command lines produce the polygons shown below:

(a) PPolygonAttribs(5, 100);

(b) PPolygonAttribs(5, 75);

(c) PPolygonAttribs(5, 0);


See also

The PPolygon and PPolygonJoin commands

The PGetPolygonAttribs query

Adobe PageMaker 6.5 Help > Commands > Window > Toolbox

Adobe PageMaker 6.5 Help > Commands > Element > Polygon Settings


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support