Initializes a new instance of the MedicalViewerAnnotationClickedEventArgs class with explicit parameters.
public MedicalViewerAnnotationClickedEventArgs(int cellIndex,int subCellIndex,int x,int y,MedicalViewerMouseButtons mouseButton)
Public Function New( _ByVal cellIndex As Integer, _ByVal subCellIndex As Integer, _ByVal x As Integer, _ByVal y As Integer, _ByVal mouseButton As Leadtools.Medicalviewer.MedicalViewerMouseButtons _)
public:MedicalViewerAnnotationClickedEventArgs(int cellIndex,int subCellIndex,int x,int y,Leadtools.Medicalviewer.MedicalViewerMouseButtons mouseButton)
cellIndex
The index of the cell that that has had its annotation clicked.
subCellIndex
The index of the sub-cell that has had its annotation clicked.
x
The pointer X position.
y
The pointer Y position.
mouseButton
An enumerated MedicalViewerMouseButtons value that represents the button that was used to click on the annotation object.
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
