Initializes a new instance of the MedicalViewerKeys class.
public MedicalViewerKeys(
Keys mouseUp,
Keys mouseDown,
Keys mouseLeft,
Keys mouseRight,
MedicalViewerModifiers modifiers
)
Public Function New( _
ByVal mouseUp As Keys, _
ByVal mouseDown As Keys, _
ByVal mouseLeft As Keys, _
ByVal mouseRight As Keys, _
ByVal modifiers As Leadtools.Medicalviewer.MedicalViewerModifiers _
)
public:
MedicalViewerKeys(
Keys mouseUp,
Keys mouseDown,
Keys mouseLeft,
Keys mouseRight,
Leadtools.Medicalviewer.MedicalViewerModifiers modifiers
)
mouseUp
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged up.
mouseDown
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged down.
mouseLeft
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged left.
mouseRight
A System.Windows.Forms.Keys enumeration value that emulates the mouse being dragged right.
modifiers
A MedicalViewerModifiers enumeration value that indicates which modifier key needs to be pressed when pressing one of the emulator keys.
For an example, refer to MedicalViewer
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