stagexl
stagexl
Rectangle
center
center
stagexl
stagexl
Rectangle
center
property
center
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
Point
<num>
center
Source
Point<num> get center => new Point<num>(left + width / 2, top + height / 2);