chunk Property

Summary

Gets the Chunk data that just got loaded.

Syntax
TypeScript
JavaScript
Object.defineProperty(ChunkLoadedEventArgs.prototype, 'chunk', 
	get: function() 
) 
chunk: ChunkData; // read-only 

Property Value

ChunkData that represents the chunk data that just got loaded.

Remarks

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).

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.