POval(long xLeft, long yTop, long xRight, long yBottom);
Layout view only. Use the POval command only in layout view.long xLeft;
x-axis coordinate of the left side of the bounding box in twipslong yTop;
y-axis coordinate of the top side of the bounding box in twipslong xRight;
x-axis coordinate of right side of the bounding box in twipslong yBottom;
y-axis coordinate of bottom side of the bottom box in twips
Example. The following example draws a circle with a radius of one inch. The circle is centered at the six-inch, x-axis coordinate (the half-way point between five and seven inches) and the five-inch, y-axis coordinate (the half-way point between four and six inches).
PGetConvertStr x("1i");
POval(5 * x, 4 * x, 7 * x, 6 * x);
Adobe PageMaker 6.5 Help > Commands > Window > Toolbox
Adobe PageMaker 6.5 Help > Commands > Window > Control Palette
Comments or suggestions? Contact Adobe Developer Support