class TSize

This is the object to store width and height information. This class has no constructor. It should be instantiated as a javascript object literal.

Properties

Property Type Description
width Integer The width in pixel.
height Integer The height in pixel.