Rectangle class

@ingroup navigine_dart_classes @ingroup navigine_dart_geometry_classes

@brief A rectangle with specified origin and size.

Dart code snippet: @snippet bitmap_region_decoder_example.dart dart_Rectangle_constructor

Constructors

Rectangle(int x, int y, int width, int height)
@brief Default constructor

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
@brief rectangle's height.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
@brief rectangle's width.
getter/setter pair
x int
@brief rectangle's origin x coordinate.
getter/setter pair
y int
@brief rectangle's origin y coordinate.
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