Rectangle class
Represents a rectangle.
Constructors
-
Rectangle(Pointer<
id3DocumentRectangle> _handle) - Initializes a new instance of the Rectangle class from its members.
- Rectangle.create()
- Create a new instance of the Rectangle.
- Rectangle.createFromStruct(id3DocumentRectangle value)
- Create a new instance of the Rectangle from the native struct
Properties
- bottomLeft ↔ Point
-
Bottom-left corner of the rectangle.
getter/setter pair
- bottomRight ↔ Point
-
Bottom-right corner of the rectangle.
getter/setter pair
-
handle
→ Pointer<
id3DocumentRectangle> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- struct → id3DocumentRectangle
-
no setter
- topLeft ↔ Point
-
Top-left corner of the rectangle.
getter/setter pair
- topRight ↔ Point
-
Top-right corner of the rectangle.
getter/setter pair
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited