boketeMothalo
Sets the thickness of shape outlines in pixels.
Use boketeMothalo to make outlines thicker or thinner. The value is in pixels and applies to every shape drawn afterward.
Syntax
Section titled “Syntax”boketeMothalo(bokete)Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
bokete | palo | Stroke thickness in pixels. |
Examples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
sefofane(220);
boketeMothalo(10);
thalaMothalo(50, 50, 350, 350);
}