Gets the Chunk data that just got loaded.
Object.defineProperty(ChunkLoadedEventArgs.prototype, 'chunk',
get: function()
)
chunk: ChunkData; // read-only
ChunkData that represents the chunk data that just got loaded.
When using the spy glass, whenever the mouse moves, a new area is exposed, thus, the engine will load the chunks to display that area. Each chunk loaded will send ChunkLoaded so you can apply any extra operations on the newly loaded chunk (like image processing).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document