MedicalViewerMouseEventArgs Constructor

Summary
Initializes a new instance of the MedicalViewerMouseEventArgs class.
Syntax
C#
VB
C++
public MedicalViewerMouseEventArgs( 
   RasterImage[] images, 
   int actionID, 
   MouseButtons button, 
   int clicks, 
   int x, 
   int y, 
   int delta 
) 
  
Public Function New( _ 
   ByVal images() As RasterImage, _ 
   ByVal actionID As Integer, _ 
   ByVal button As MouseButtons, _ 
   ByVal clicks As Integer, _ 
   ByVal x As Integer, _ 
   ByVal y As Integer, _ 
   ByVal delta As Integer _ 
) 
            public: 
MedicalViewerMouseEventArgs(  
   array<RasterImage^>^ images, 
   int actionID, 
   MouseButtons button, 
   int clicks, 
   int x, 
   int y, 
   int delta 
) 

Parameters

images
Array of Leadtools.RasterImage that contains the images to update.

actionID
The ID of the action that raised the event.

button
One of the System.Windows.Forms.MouseButtons values indicating which mouse button was pressed.

clicks
The number of times a mouse button was pressed.

x
The x-coordinate of the mouse click, in pixels.

y
The y-coordinate of the mouse click, in pixels.

delta
A signed count of the number of detents the wheel has rotated.

Example

For an example, refer to CustomPaint.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.