Difference between revisions of "AMOSi:Graphic Line"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

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


Draws a line on the screen between any two points in the current ink colour. The line style can be set using SL.


GL x1,y1,x2,y2;


All coordinates are measured relative to the BAse point.