chunkList Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(MRTISubCell.prototype, 'chunkList', 
	get: function() 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly