Difference between revisions of "AMOSi:Size"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

Defines the size of the area to be saved underneath the dialogue box.


an example can be found on AMOSPro_Tutorial:Tutorials/Interface/Autocentering.AMOS


SI width,height;


Specifies a save area from the coordinate base (x,y) to (x+width,y+height). The area can now be set up with a SA command.