CropRotationExtension extension
- on
Properties
- degrees → int
-
Available on CropRotation, provided by the CropRotationExtension extension
Returns the rotation in degrees cw.no setter - isSideways → bool
-
Available on CropRotation, provided by the CropRotationExtension extension
Returns true if the rotated width is the initial height.no setter - radians → double
-
Available on CropRotation, provided by the CropRotationExtension extension
Returns the rotation in radians cw.no setter - rotateLeft → CropRotation
-
Available on CropRotation, provided by the CropRotationExtension extension
Returns the rotation rotated 90 degrees to the left.no setter - rotateRight → CropRotation
-
Available on CropRotation, provided by the CropRotationExtension extension
Returns the rotation rotated 90 degrees to the right.no setter
Methods
-
getRotatedOffset(
Offset offset01, double straightWidth, double straightHeight) → Offset -
Available on CropRotation, provided by the CropRotationExtension extension
Returns the offset as rotated.
Static Methods
-
fromDegrees(
int degrees) → CropRotation? -
Available on CropRotation, provided by the CropRotationExtension extension