void pxrectangle (
Ppoint *corner, /*X and Y coordinates of the lower left corner in MC */ Pfloat width, /*width of the rectangle in MC */ Pfloat height /*height of the rectangle in MC */
)
A rectangular Fill Area Set element is created with the specified lower left corner, width, and height. The fill area set has a single boundary. All Z values are equal to zero.
Depending on the edit mode, the fill area set is inserted into the open structure after the current element or replaces the current element. The newly inserted element becomes the current element.
This function is equivalent to computing the points and using them in a call to the Fill Area Set function (routine pfill_area_set).