LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

MedicalViewerMouseEventArgs Constructor (MedicalViewerMouseEventArgs)

Show in webframe





Array of Leadtools.RasterImage that contains the images to update.
The ID of the action that raised the event.
One of the System.Windows.Forms.MouseButtons values indicating which mouse button was pressed.
The number of times a mouse button was pressed.
The x-coordinate of the mouse click, in pixels.
The y-coordinate of the mouse click, in pixels.
A signed count of the number of detents the wheel has rotated.
Initializes a new instance of the MedicalViewerMouseEventArgs class.
Syntax
public MedicalViewerMouseEventArgs( 
   RasterImage[] images,
   int actionID,
   MouseButtons button,
   int clicks,
   int x,
   int y,
   int delta
)
'Declaration
 
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 _
)
'Usage
 
Dim images() As RasterImage
Dim actionID As Integer
Dim button As MouseButtons
Dim clicks As Integer
Dim x As Integer
Dim y As Integer
Dim delta As Integer
 
Dim instance As New MedicalViewerMouseEventArgs(images, actionID, button, clicks, x, y, delta)

            

            
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

See Also

Reference

MedicalViewerMouseEventArgs Class
MedicalViewerMouseEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features