PELP
195
PELP — in Path, draw ELlipse
Format
PELP x-diagonal, y-diagonal[, x-start, y-start, x-end, y-end[, ellipse-
path]];
Parameters
x-diagonal:
X-coordinate of diagonal point of bounding box
y-diagonal:
Y-coordinate of diagonal point of bounding box
x-start:
X-coordinate of start control point of the ellipse
y-start:
Y-coordinate of start control point of the ellipse
x-end:
X-coordinate of end control point of the ellipse
y-end:
Y-coordinate of end control point of the ellipse
ellipse-path:
ellipse options:
N = define an ellipse path
C = define an ellipse-based arc path
P = define an ellipse-based pie shape path
Function
The PELP command adds an ellipse-based path to the current path. This command
cannot paint figures by itself. In addition, STRK or FILL is required. A complete ellipse
path will be defined if the parameters in brackets are omitted. Executing this command
will close current sub-paths.
An error will result and the command has no effect if the bounding box is specified as a
straight line or a point.