Error processing SSI file
(Leadtools.Controls)

Show in webframe

GetItemBounds Method




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
public virtual LeadRectD GetItemBounds( 
   ImageViewerItem item,
   ImageViewerItemPart part
)
'Declaration
 
Public Overridable Function GetItemBounds( _
   ByVal item As ImageViewerItem, _
   ByVal part As ImageViewerItemPart _
) As LeadRectD

Parameters

item
The item. Must be a valid item inside this viewer.
part
The item part requested.

Return Value

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.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file