Size

The Size object is used to describe the size of something, through its width and height properties.

Example:

// Create a size that is 10pt wide and 5pt high
var size = new Size(10, 5);
console.log(size.width); // 10
console.log(size.height); // 5

Constructors

Operators

Properties

Functions

Tests

Math Functions

Static Functions