Version

TileZoomManager Class Members

The following tables list the members exposed by TileZoomManager.

Public Constructors
 NameDescription
Public ConstructorTileZoomManager ConstructorCreates and returns a new instance of a TileZoomManager.  
Public Fields
 NameDescription
Public FieldTileSizeThe size of each tile.  
Public Properties
 NameDescription
Public PropertyRoundDownBoolean indicating if rounding down should occur in this TileZoomManager.  
Public PropertyTileViewportThe tile viewport.  
Public PropertyWindowThe current zoom window.  
Protected Properties
 NameDescription
Protected PropertyActualViewportThe actual bounding rectangle of the view.  
Protected PropertyCurrentTilesThe list of tiles in the current view.  
Protected PropertyExistingTilesThe list of existing tiles.  
Protected PropertyMinZoomLevelThe minimum zoom level.  
Protected PropertyNewTilesThe list of new tiles.  
Protected PropertyPersistentTilesThe list of persistent tiles.  
Protected PropertyRunningBoolean indicating if an operation is in progress.  
Protected PropertyTileCacheThe tile cache.  
Protected PropertyViewerThe SeriesViewer in context.  
Protected PropertyViewportThe rectangular bounds of the view.  
Protected PropertyVisibleTilesThe list of visible tiles.  
Public Methods
 NameDescription
Public MethodClearTileCacheClears the tile cache.  
Public MethodEndEnds the operation.  
Public MethodStartStarts the operation.  
See Also