'UsageDim instance As DicomViewer Dim p As SkiaSharp.SKPointI 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.
'UsageDim instance As DicomViewer Dim p As SkiaSharp.SKPointI 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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2