'Usage Dim instance As DicomViewer Dim p As Point Dim value As Integer value = instance.ImageIndex(p)
Parameters
- p
The point location of interest in the control.
Return Value
Index of the Image within the Viewer's Images collection
The point location of interest in the control.
'Usage Dim instance As DicomViewer Dim p As Point Dim value As Integer value = instance.ImageIndex(p)
The point location of interest in the control.
Index of the Image within the Viewer's Images collection
If the point identified corresponds with an image cell, ImageIndex returns the index to that image within the viewer's images collection.
If the point is not within an image cell, all methods return -1.