Available on all platforms
staticread onlyheight:Int
staticread onlywidth:Int
staticread onlyx:Int
staticread onlyy:Int
@:op(A + B)staticinlineadd1(lhs:IntRect, rhs:Point<Int>):IntRect
@:op(A + B)staticinlineadd2(lhs:IntRect, rhs:IntPoint):IntRect
@:fromstaticinlinefromRect(p:Rect<Int>):IntRect
staticinlinegetHeight(this:SimpleRect<Int>):Int
staticinlinegetWidth(this:SimpleRect<Int>):Int
staticinlinegetX(this:SimpleRect<Int>):Int
staticinlinegetY(this:SimpleRect<Int>):Int
@:op(A - B)staticinlinem1(lhs:IntRect, rhs:Point<Int>):IntRect
@:op(A - B)staticinlinem2(lhs:IntRect, rhs:IntPoint):IntRect
@:tostaticinlinetoRect(this:SimpleRect<Int>):Rect<Int>