Size (width, height)

Hierarchy

  • Size

Constructors

Properties

Methods

Constructors

  • Construct Size

    Parameters

    • width: number

      Width

    • height: number

      Height

    Returns Size

Properties

height: number

Height

width: number

Width

Methods

  • Compares this content to another object's

    Parameters

    • rhs: Size

      Object to compare to this

    Returns boolean

    True if rhs' contents are the same as this

Generated using TypeDoc