TargetImageSize class
A specification of the size to which an image should be decoded.
See also:
- TargetImageSizeCallback, a callback that returns instances of this class when consulted by image decoding methods such as instantiateImageCodecWithSize.
Constructors
- TargetImageSize({int? width, int? height})
-
Creates a new instance of this class.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited