A class that represents a display rectangle, used by the Deep Zoom file format. This class extends the Seadragon.Rect class to include the minimum and maximum tile level.
| Signature | Description | 
|---|---|
| Seadragon.DisplayRect(x, y, width, height, minLevel, maxLevel) | Creates a DisplayRect for the given point, size and levels. Note that minLevel and maxLevel are both inclusive. | 
| Name | Type | Description | 
|---|---|---|
| minLevel | Number | The minimum level of this display rectangle. | 
| maxLevel | Number | The maximum level of this display rectangle. |