Dart SDK
dart:html
DomRectReadOnly
property topLeft
topLeft
class DomRectReadOnly
Constructors
DomRectReadOnly
Properties
bottom
bottomLeft
bottomRight
hashCode
height
left
right
top
topLeft
topRight
width
x
y
runtimeType
Methods
boundingBox
containsPoint
containsRectangle
intersection
intersects
toString
noSuchMethod
Operators
operator ==
Point
topLeft
Source
Point get topLeft => new Point/*<num>*/(this.left, this.top);
property topLeft