Seadragon.DisplayRect Class

Version - Back to Seadragon Ajax Library

Overview

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.

Constructors

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.

Additional Properties

Name Type Description
minLevel Number The minimum level of this display rectangle.
maxLevel Number The maximum level of this display rectangle.