chunkList Property

Summary

Get a list of chunks (tiles) that is generating the display output.

Syntax

JavaScript Syntax
Object.defineProperty(SpyGlassPositionChangedEventArgs.prototype, 'chunkList', 
	get: function() 
) 
TypeScript Syntax
chunkList: ChunkData[]; // read-only 

Property Value

A list of ChunkData that contains the chunks (list) that is generating the display output.

Remarks

To get the low resolution background image, refer to LowResImage.

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