Home
Components
Playground
Developer
Forums
Contribute
class
ComponentRectangle
Rectangle
ComponentRectangle
package
haxe.ui.layouts
haxe.ui.geom.Rectangle
↪ haxe.ui.layouts.ComponentRectangle
Properties
component
:
Component
Inherited from Rectangle
bottom
:Float
height
:Float
left
:Float
right
:Float
top
:Float
width
:Float
Methods
apply
():Void
Inherited from Rectangle
containsPoint
(x:Float, y:Float):Bool
containsRect
(rect:
Rectangle
):Bool
copy
():
Rectangle
equals
(rc:
Rectangle
):Bool
inflate
(dx:Float, dy:Float):Void
intersection
(rect:
Rectangle
, noAlloc:Bool = true):
Rectangle
intersects
(rect:
Rectangle
):Bool
set
(left:Float = 0, top:Float = 0, width:Float = 0, height:Float = 0):Void
toInts
():Void
toString
():String