JSSize class

JSSize class

Stores an ordered pair of integers, which specify a Height and Width.

Constructors

NameDescription
JSSize(width, height)

Properties

NameDescription
heightRepresents the vertical component.
widthRepresents the horizontal component.

See Also