Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CropAreaState

Represents state of the CropArea. Used to preserve and restore state between sessions.

Hierarchy

  • CropAreaState

Index

Properties

cropRect

cropRect: IRect

Crop rectangle.

flippedHorizontally

flippedHorizontally: boolean

Is original image flipped horizontally?

flippedVertically

flippedVertically: boolean

Is original image flipped vertically?

height

height: number

Editing canvas height.

rotationAngle

rotationAngle: number

Rotation angle of the original image.

width

width: number

Editing canvas width.

Generated using TypeDoc