timelinefx:timelinefx.tlLine.New
Method New:Void( x1:Float, y1:Float, x2:Float, y2:Float, layer:Int=0, data:@object=Null )
tlBox Constructor

@example Local box:=New tlLine(0, 0, 50, 100, 0) @end

Parameters
x1 First x point of the line
y1 First y point of the line
x2 Second x point of the line
y2 Second y point of the line
layer The layer that the box is on, used for quadtrees
data any Object associated with the box