Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

GetItemBounds Method

Show in webframe
The item. Must be a valid item inside this viewer.
The item part requested.
Current logical (excluding the current transformation) bounds of any part of an item.
Syntax
 function Leadtools.Controls.ImageViewer.getItemBounds( 
   item ,
   part 
)

Parameters

ParameterTypeDescription
itemImageViewerItemThe item. Must be a valid item inside this viewer.
partImageViewerItemPartThe item part requested.

Return Value

TypeDescription
LeadRectD The bounding rectangle in pixels or LeadRectD.Empty if the item is not visible or does not have an image.
Remarks

Use ConvertBoundsToView to convert a bound from logical to physical coordinates.

For more information refer to Image Viewer Appearance, Image Viewer Transformation, and Image Viewer Bounds and Transform.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file