Current logical (excluding the current transformation) bounds of any part of an item.
public virtual LeadRectD GetItemBounds(
ImageViewerItem item,
ImageViewerItemPart part
)
Public Overridable Function GetItemBounds(
ByVal item As ImageViewerItem,
ByVal part As ImageViewerItemPart
) As LeadRectD
public:
virtual LeadRectD^ GetItemBounds(
ImageViewerItem^ item,
ImageViewerItemPart^ part
)
item
The item. Must be a valid item inside this viewer.
part
The item part requested.
The bounding rectangle in pixels or LeadRectD.Empty if the item is not visible or does not have an image.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET