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: Syntax
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Syntax”SETSWANA TRANSLATION: thalaSediko(x, y, bophara, boleele)SETSWANA TRANSLATION: Parameters
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Parameters”| SETSWANA TRANSLATION: Name | SETSWANA TRANSLATION: Type | SETSWANA TRANSLATION: Description |
|---|---|---|
x | palo | SETSWANA TRANSLATION: Center x coordinate. |
y | palo | SETSWANA TRANSLATION: Center y coordinate. |
bophara | palo | SETSWANA TRANSLATION: Width of the ellipse. |
boleele | palo | SETSWANA TRANSLATION: Height of the ellipse. |
SETSWANA TRANSLATION: Examples
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
sefofane(220);
tlatsaMmala(255, 0, 0);
thalaSediko(200, 200, 80, 50);
}