Initializes a new instance of the ChunkData class with explicit parameters.
ChunkData = function(image, rect, resolution, canvas)
constructor(image: HTMLImageElement, rect: LeadRectD, resolution: LeadSizeD, canvas: HTMLCanvasElement);
image
The image that contains the row data of the tile (chunk).
rect
The rectangle that contains the position and size of the tile (chunk).
resolution
The resolution of the chunk.
canvas
The canvas that will contain the 16-bit data that are processed from image and is ready to be displayed.
To get the canvas that contains the row 16-bit data, refer to BackCanvas
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