Class: Size

H.math.Size

new H.math.Size (width, height)

This class represents a size defines in terms of width and height.

Name Type Description
width number

A value indicating width

height number

A value indicating height

Implements

Members

h number

This property represents the height attribute.

w number

This property represents the width attribute.