tileSize Property

Summary

Gets or sets the size of the tile (chunk)

Syntax

JavaScript Syntax
Object.defineProperty(MRTIImage.prototype, 'tileSize', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
tileSize: LeadSizeD; 

Property Value

LeadSizeD that represents the size of the tile.

Remarks

MRTI technique uses tiles which can be stitched toghether to form the full image.

default tile size value is 256X256.

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