OpenLayers JavaScript Mapping Library |
OpenLayers.SizeInstances of this class represent a width/height pair Summary
clone
Create a clone of this size object Returns{OpenLayers.Size} A new OpenLayers.Size object with the same w and h values equals
Determine where this size is equal to another Parameters
Returns{Boolean} The passed in size has the same h and w properties as this one. Note that if sz passed in is null, returns false. |
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 )