Class Size

The Size class represents a size in 2D coordinate system.

Constructors

Properties

Constructors

  • Initialize a size with the specified dimension values.

    Parameters

    • width: number

      A width value.

    • height: number

      A width value.

    Returns Size

Properties

height: number

A height value.

width: number

A width value.

Generated using TypeDoc