
17 Command Summary
4.19 Draw
Rounded
Rectangle
X Y Width Height Radius
X Y Width Height Radius
X Y Width Height Radius
Draw a rectangular frame one pixel wide with rounded corners using the current drawing colour. The radius must
be equal to or less than half the length of the smallest side of the rectangle.
Leftmost coordinate of the rectangle
Topmost coordinate of the rectangle
Radius of the rounded corners.
4.20 Draw Filled
Rounded
Rectangle
X Y Width Height Radius
X Y Width Height Radius
X Y Width Height Radius
Draw a filled rectangle with rounded corners using the current drawing colour. The radius must be equal to or less
than half the length of the smallest side of the rectangle.
Leftmost coordinate of the rectangle
Topmost coordinate of the rectangle
Radius of the rounded corners.
X1 Y1 X2 Y2 X3 Y3
X1 Y1 X2 Y2 X3 Y3
X1 Y1 X2 Y2 X3 Y3
Draw a triangular frame one pixel wide using the current drawing colour.
Horizontal coordinate of the first point.
Vertical coordinate of the first point.
Horizontal coordinate of the second point.
Vertical coordinate of the second point.
Horizontal coordinate of the third point.
Vertical coordinate of the third point.
4.22 Draw Filled
Triangle
X1 Y1 X2 Y2 X3 Y3
X1 Y1 X2 Y2 X3 Y3
X1 Y1 X2 Y2 X3 Y3
Draw a filled triangle using the current drawing colour.
Horizontal coordinate of the first point.
Vertical coordinate of the first point.
Horizontal coordinate of the second point.
Vertical coordinate of the second point.
Horizontal coordinate of the third point.
Vertical coordinate of the third point.
Komentáře k této Příručce