RotateOperation class
Operation to rotate an image.
- Inheritance
-
- Object
- ImageOperation
- RotateOperation
Constructors
- RotateOperation.new({required double angle})
- Creates a new RotateOperation.
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