C#
VB
C++
Gets an array of all the visible ImageViewerItems for the specified ImageViewerItemPart.
public virtual ImageViewerItem[] GetAllVisibleItems(
ImageViewerItemPart part
)
Public Overridable Function GetAllVisibleItems(
ByVal part As ImageViewerItemPart
) As ImageViewerItem()
public:
virtual array<ImageViewerItem^>^ GetAllVisibleItems(
ImageViewerItemPart^ part
)
part
ImageViewerItemPart for which to obtain the visible items.
An array of all the visible ImageViewerItems in the specified ImageViewerItemPart. If no items are visible, the array is empty.
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