SETSWANA TRANSLATION: Skip to content

thalaSediko

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

SETSWANA TRANSLATION: 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.

SETSWANA TRANSLATION: thalaSediko(x, y, bophara, boleele)
SETSWANA TRANSLATION: NameSETSWANA TRANSLATION: TypeSETSWANA TRANSLATION: Description
xpaloSETSWANA TRANSLATION: Center x coordinate.
ypaloSETSWANA TRANSLATION: Center y coordinate.
bopharapaloSETSWANA TRANSLATION: Width of the ellipse.
boleelepaloSETSWANA TRANSLATION: Height of the ellipse.
SETSWANA TRANSLATION: A red ellipse in the middle
tiro setaLoeto() {
  thalaKanefase(400, 400);
  sefofane(220);
  tlatsaMmala(255, 0, 0);
  thalaSediko(200, 200, 80, 50);
}

kgolokwe, thalaKhutlonne