Topic : The GFA-Basic Compendium Author : GFA Systemtechnik GmbH Version : GFABasic.HYP v2.98 (12/31/2023) Subject : Documentation/Programming Nodes : 899 Index Size : 28056 HCP-Version : 3 Compiled on : Atari @charset : atarist @lang : @default : Document not found @help : Help @options : +g -i -s +z @width : 75 @hostname : STRNGSRV @hostname : CAB @hostname : HIGHWIRE @hostname : THING View Ref-FileBOUNDARY n n: iexp The command BOUNDARY uses the Function vsf_perimeter() to switch off (or on) the border normally drawn round a filled shape (with PBOX, PCIRCLE, etc). When n is not zero, a border is drawn around the filled area, when it is zero, no border is drawn. Example: DEFFILL 1,2,2 BOUNDARY 1 !switch on border PBOX 50,50,100,100 BOUNDARY 0 !swith off border PBOX 150,50,200,100 --> Draws two filled rectangles, one with and one without a border. Internally calls vsf_perimeter(). vsf_perimeter()+