plboxm
plot a rectangle with rounded corners in mm
parameter | type | units | description |
---|---|---|---|
x1,y1 | float | mm | position of a corner of the box |
x2,y2 | float | mm | position of the opposite corner |
r | float | mm | radius of the rounded corner |
returns: | void |
Description
plboxm plots a rectangle with rounded corners, radius r. all units in millimeters.Examples
plinit PS plbox A4 15 15 H H plset HEIGHT 5 plu 40 15 plformat 0 0 "Box in a Rectangle" plrect 0 0 80 30 plbox 1 1 79 29 3