ntlha
Draws a single point at the given coordinates.
Use boketeMothalo to make the point larger and mothaloMmala to set its color.
Syntax
Section titled “Syntax”ntlha(x, y)Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
x | palo | X coordinate. |
y | palo | Y coordinate. |
Examples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
sefofane(220);
boketeMothalo(20);
ntlha(200, 200);
}