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 MedicalViewerMouseButtons _
)
public:
MedicalViewerAnnotationClickedEventArgs(
int cellIndex,
int subCellIndex,
int x,
int y,
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document