Interface IMoveable

Interface for classes that support moving of objects.

Hierarchy

  • IMoveable

Implemented by

Properties

bounds: Rect

The bounding rectangle of the moved item

isXMoveable: boolean

Determines whether the contentItem can be moved horizontally

isYMoveable: boolean

Determines whether the contentItem can be moved vertically

Generated using TypeDoc