SETSWANA TRANSLATION: Skip to content

thalaKanefase

SETSWANA TRANSLATION: Creates the drawing canvas at the given width and height.

SETSWANA TRANSLATION: Call thalaKanefase once inside setaLoeto to create the canvas your sketch will draw onto. Width and height are in pixels.

SETSWANA TRANSLATION: thalaKanefase(bophara, boleele)
SETSWANA TRANSLATION: NameSETSWANA TRANSLATION: TypeSETSWANA TRANSLATION: Description
bopharapaloSETSWANA TRANSLATION: Width of the canvas in pixels.
boleelepaloSETSWANA TRANSLATION: Height of the canvas in pixels.
SETSWANA TRANSLATION: A 400×400 canvas
tiro setaLoeto() {
  thalaKanefase(400, 400);
  sefofane(220);
}

setaLoeto, sefofane, bophara, boleele