Rectangle class

Use Rectangle to identify a specific area of the video frame.

Constructors

Rectangle({int? height, int? width, int? x, int? y})
Rectangle.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int?
Height of rectangle in pixels. Specify only even numbers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
Width of rectangle in pixels. Specify only even numbers.
final
x int?
The distance, in pixels, between the rectangle and the left edge of the video frame. Specify only even numbers.
final
y int?
The distance, in pixels, between the rectangle and the top edge of the video frame. Specify only even numbers.
final

Methods

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

Operators

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