Gets or sets the canvas that contains a portion of the image that is going to be displayed in its specified location.
Object.defineProperty(ChunkData.prototype, 'canvas',
get: function(),
set: function(value)
)
canvas: HTMLCanvasElement;
CanvasElement that represents the portion of the image that is going to be displayed in its specified location.
This canvas contains the final result image that will be displayed on it position. To check where the image is going to be displayed, refer to Rect. To get the canvas that contains the row 16-bit data , refer to Canvas
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