Dart SDK
dart:html
DomRectReadOnly
property topRight
topRight
class DomRectReadOnly
Constructors
DomRectReadOnly
internal_
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 ==
Static properties
instanceRuntimeType
Point
topRight
Source
Point get topRight => new Point/*<num>*/(this.left + this.width, this.top);
property topRight