Rect class
- Inheritance
-
- Object
- NativeObject
- Rect
Constructors
- Rect.fromLTRB(double left, double top, double right, double bottom)
-
factory
-
Rect.fromPointer(Pointer<
mnn_cv_rect_t> ptr, {bool attach = true, int? externalSize})
Properties
- attach → bool
-
finalinherited
- bottom → double
-
no setter
- finalizer → NativeFinalizer
-
no setteroverride
- h → double
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
no setter
- isEmpty → bool
-
no setterinherited
- left → double
-
no setter
-
props
→ List<
Object?> -
no setteroverride
-
ptr
→ Pointer<
Void> -
Gets the pointer to the underlying C++ object
no setterinherited
- ref → mnn_cv_rect_t
-
no setter
- right → double
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → double
-
no setter
- w → double
-
no setter
- width → double
-
no setter
- x → double
-
no setter
- y → double
-
no setter
Methods
-
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reattach(
Pointer< Void> ptr) → void -
inherited
-
release(
) → void -
Releases the underlying C++ object
Subclasses must implement specific release logic
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited