Difference between revisions of "AMOSi:Vline"

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

Draws a vertical line out of a series of three components held in the resource bank.


VLine x,y,first image,height;


x,y enter the coordinates of the top left corner of your line.


first image sets the first of the three components which will be used to display your line on the screen.


height specifies the height of your line in pixels. This should an exact multiple of three.