Creates a new size element

Hierarchy

  • MEUISizeConstructor

Constructors

Constructors

  • Creates a new size element

    Parameters

    • width: number

      The width of the UI element used for the HTML width attribute.

    • height: number

      The height of the UI element used for the HTML height attribute.

    Returns MEUISize

    The new size object.

Generated using TypeDoc