rect Property

Summary

Gets or sets the rectangle that contains the position and size of the tile.

Syntax

JavaScript Syntax
Object.defineProperty(ChunkData.prototype, 'rect', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
rect: LeadRectD; 

Property Value

LeadRectDThat contains the position (top, left), and size (width, height) of the tile (chunk).

Remarks

This chunk is created automatically by the engine. TileSize determines the width and the height of each tile.

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