getItemWorkBounds Method

Summary

Get the work bounds of an item.

Syntax

JavaScript Syntax
ImageViewerInteractiveMode.prototype.getItemWorkBounds = function( 
   imageViewer, 
   item 
) 
TypeScript Syntax
getItemWorkBounds( 
   imageViewer: ImageViewer, 
   item: ImageViewerItem 
): LeadRectD; // protected 

Parameters

imageViewer

Current image viewer instance.

item

Current item.

Return Value

The working bounding rectangle for the item.

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 Assembly