H.math.Size
Class Summary
Implements: H.math.ISize
This class represents a size defines in terms of width and height.
[ For full details, see the Class Details ]
Property Summary
Class Description
This class represents a size defines in terms of width and height.
Constructor Details
H.math.Size(width, height)
- Parameters:
-
width
: -
{number}
- A value indicating width
-
height
: -
{number}
- A value indicating height
Property Details
w: {number}
This property represents the width attribute.
h: {number}
This property represents the height attribute.