Class OpenSeadragon.DisplayRect

Class Summary
Constructor Attributes Constructor Name and Description
 
OpenSeadragon.DisplayRect(x, y, width, height, minLevel, maxLevel)
A display rectanlge is very similar to the OpenSeadragon.Rect but adds two fields, 'minLevel' and 'maxLevel' which denote the supported zoom levels for this rectangle.

Class Detail

OpenSeadragon.DisplayRect(x, y, width, height, minLevel, maxLevel)
A display rectanlge is very similar to the OpenSeadragon.Rect but adds two fields, 'minLevel' and 'maxLevel' which denote the supported zoom levels for this rectangle.
Parameters:
{Number} x
The vector component 'x'.
{Number} y
The vector component 'y'.
{Number} width
The vector component 'height'.
{Number} height
The vector component 'width'.
{Number} minLevel
The lowest zoom level supported.
{Number} maxLevel
The highest zoom level supported.

Field Detail

{Number} maxLevel
The highest zoom level supported.
{Number} minLevel
The lowest zoom level supported.