Skip to content

thalaSediko

Draws an ellipse at the given position with the given width and height.

The first two arguments are the center x and y. The next two are the width and height. For a perfect circle, use the same value for width and height — or use kgolokwe.

thalaSediko(x, y, bophara, boleele)
NameTypeDescription
xpaloCenter x coordinate.
ypaloCenter y coordinate.
bopharapaloWidth of the ellipse.
boleelepaloHeight of the ellipse.
A red ellipse in the middle
tiro setaLoeto() {
  thalaKanefase(400, 400);
  sefofane(220);
  tlatsaMmala(255, 0, 0);
  thalaSediko(200, 200, 80, 50);
}

kgolokwe, thalaKhutlonne