rect Property

Summary

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

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

Leadtools.Controls.Medical Assembly