JSSizeF class

JSSizeF class

Stores an ordered pair of floating-point numbers, which specify a Height and Width.

Constructors

NameDescription
JSSizeF(width, height)

Properties

NameDescription
heightRepresents the vertical component.
widthRepresents the horizontal component.

See Also