Gets or sets the rectangle that contains the position and size of the tile.
Object.defineProperty(ChunkData.prototype, 'rect',
get: function(),
set: function(value)
)
rect: LeadRectD;
LeadRectDThat contains the position (top, left), and size (width, height) of the tile (chunk).
This chunk is created automatically by the engine. TileSize determines the width and the height of each tile.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET