Type alias ImageRotation

ImageRotation: "NONE" | "CLOCKWISE_90" | "CLOCKWISE_180" | "COUNTERCLOCKWISE_90"

Image rotation.

  • NONE: No rotation.
  • CLOCKWISE_90: 90 degrees clockwise rotation.
  • CLOCKWISE_180: 180 degrees rotation.
  • COUNTERCLOCKWISE_90: 90 degrees counterclockwise rotation.

Generated using TypeDoc