stagexl
stagexl
Rectangle
offset
offset
stagexl
stagexl
Rectangle
offset
method
offset
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
offset
(
T
dx
,
T
dy
)
Source
void offset(T dx, T dy) { left += dx; top += dy; }