'Declaration
Public Overridable Function ImageIndex( _ ByVal p As System.Drawing.Point _ ) As System.Integer
'Usage
Dim instance As DicomViewer Dim p As System.Drawing.Point Dim value As System.Integer value = instance.ImageIndex(p)
public virtual System.int ImageIndex( System.Drawing.Point p )
public function ImageIndex( p: System.Drawing.Point ): System.Integer; virtual;
public function ImageIndex( p : System.Drawing.Point ) : System.int;
public: virtual System.int ImageIndex( System.Drawing.Point p )
public: virtual System.int ImageIndex( System.Drawing.Point p )
Parameters
- p
The point location of interest in the control.
Return Value
Index of the Image within the Viewer's Images collection