timelinefx:timelinefx.tlBox.New
Method New:Void( )
Method New:Void( x:Float, y:Float, w:Float, h:Float, layer:Int=0, data:@object=Null )
Constructor tlBox Constructor @param x Top left y coordinate @param y Top Left x coordinate @param w Width of the box @param h Height of the box @param layer The layer that the box is on, used for quadtrees @param data any Object associated with the box

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