The Resizable contract.

Implemented by objects that can be resized.

Hierarchy

  • Resizable

Implemented by

Methods

Methods

  • Sets the size of this object.

    Parameters

    • width: number

      The width.

    • height: number

      The height.

    Returns void