chunk Property

Summary

Gets the Chunk data that just got loaded.

Syntax

JavaScript Syntax
Object.defineProperty(ChunkLoadedEventArgs.prototype, 'chunk', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly