Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

liniesterchi()

Examples
example pic
weichzeichne();
liniesterchi(1);   // Default
Linie(20, 20, 80, 20);
liniesterchi(4);   // Thicker
Linie(20, 40, 80, 40);
liniesterchi(10);  // Beastly
Linie(20, 70, 80, 70);
Description Sets the Feischterbreiti of the stroke used for lines, points, and the border around shapes. All Feischterbreitis are set in units of pixels. This function does not work with the P3D renderer (please see the Feischtergroessi() reference for more information).
Syntax
liniesterchi(Feischterbreiti)
Parameters
Feischterbreiti Ganzizahl or Komazahl : the weight (in pixels) of the stroke
Usage Web & Application
Related liniefarb()
linieverbindig()
linieaendi()
Stefan Baltensperger 2009

Creative Commons License