Rectangle class

Rectangle, 4 components.

Constructors

Rectangle(double x, double y, double width, double height)
Rectangle, 4 components.
Rectangle.fromRef(Rectangle ref)
Construct Rectangel from native reference.

Properties

hashCode int
The hash code for this object.
no setterinherited
height double
Rectangle height.
getter/setter pair
pointer Pointer<Rectangle>?
Native pointer, used internally.
final
ref ↔ Rectangle
Native reference.
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
Rectangle width.
getter/setter pair
x double
Rectangle top-left corner position x.
getter/setter pair
y double
Rectangle top-left corner position y.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited