Instances of this class represent a width/height pair
ALKMaps.Size | Instances of this class represent a width/height pair |
Properties | |
w | {Number} width |
h | {Number} height |
Constructor | |
ALKMaps.Size | Create an instance of ALKMaps.Size |
Functions | |
toString | Return the string representation of a size object |
clone | Create a clone of this size object |
equals | Determine where this size is equal to another |
clone:function()
Create a clone of this size object
{ALKMaps.Size} A new ALKMaps.Size object with the same w and h values
Return the string representation of a size object
toString:function()
Create a clone of this size object
clone:function()
Determine where this size is equal to another
equals:function( sz )