ResizeOperation class
Operation to resize an image.
- Inheritance
-
- Object
- ImageOperation
- ResizeOperation
Constructors
- ResizeOperation.new({required int width, required int height})
- Creates a new ResizeOperation.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toPythonCode(
) → String -
Converts the operation to Python code.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited