tjregion class
Cropping region
- Inheritance
- Implemented types
- Available extensions
Constructors
- tjregion()
Properties
- h ↔ int
-
The height of the cropping region. Setting this to 0 is the equivalent of
setting it to the height of the source JPEG image - y.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- w ↔ int
-
The width of the cropping region. Setting this to 0 is the equivalent of
setting it to the width of the source JPEG image - x.
getter/setter pair
- x ↔ int
-
The left boundary of the cropping region. This must be evenly divisible
by the MCU block width (see #tjMCUWidth.)
getter/setter pair
- y ↔ int
-
The upper boundary of the cropping region. This must be evenly divisible
by the MCU block height (see #tjMCUHeight.)
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