Interface ISizeable

Interface for classes that support resizing of objects.

Hierarchy

  • ISizeable

Implemented by

Properties

bounds: Rect

The bounding rectangle of the resized item

isXSizeable: boolean

Determines whether the item can be resized horizontally

isYSizeable: boolean

Determines whether the item can be resized vertically

Generated using TypeDoc