thalaKhutlonne
Draws a rectangle at the given position and size.
By default the first two arguments are the x and y of the top-left corner, followed by the width and height.
Syntax
Section titled “Syntax”thalaKhutlonne(x, y, bophara, boleele)Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
x | palo | Top-left x coordinate. |
y | palo | Top-left y coordinate. |
bophara | palo | Width of the rectangle. |
boleele | palo | Height of the rectangle. |
Examples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
sefofane(220);
tlatsaMmala(0, 0, 255);
thalaKhutlonne(100, 100, 200, 150);
}