Skip to content

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.

thalaKhutlonne(x, y, bophara, boleele)
NameTypeDescription
xpaloTop-left x coordinate.
ypaloTop-left y coordinate.
bopharapaloWidth of the rectangle.
boleelepaloHeight of the rectangle.
A blue rectangle
tiro setaLoeto() {
  thalaKanefase(400, 400);
  sefofane(220);
  tlatsaMmala(0, 0, 255);
  thalaKhutlonne(100, 100, 200, 150);
}

thalaSediko, khutloTharo