←Select platform

MedicalViewerAnnotationClickedEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerAnnotationClickedEventArgs class with explicit parameters.

Syntax

C#
VB
C++
  
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 
) 
             

Parameters

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly