search

goog.math.Size

Provided By

Class for representing sizes consisting of a width and height. Undefined width and height support is deprecated and results in compiler warning.

new Size( width, height )

Parameters
widthnumber

Width.

heightnumber

Height.

Instance Methods

Instance Properties

Static Functions