stagexl
stagexl
Rectangle
inflate
inflate
stagexl
stagexl
Rectangle
inflate
method
inflate
Source
stagexl
stagexl
Rectangle
Constructors
Rectangle
from
Properties
bottom
bottomLeft
bottomRight
center
hashCode
height
isEmpty
left
right
runtimeType
size
top
topLeft
topRight
width
Operators
operator ==
Methods
align
boundingBox
clone
contains
containsPoint
containsRectangle
copyFrom
inflate
inflatePoint
intersection
intersects
noSuchMethod
offset
offsetPoint
setTo
toString
void
inflate
(
T
dx
,
T
dy
)
Source
void inflate(T dx, T dy) { width += dx; height += dy; }