Leadtools.MedicalViewer Namespace : MedicalViewerMouseEventArgs Class |
The following tables list the members exposed by MedicalViewerMouseEventArgs.
Name | Description | |
---|---|---|
MedicalViewerMouseEventArgs Constructor | Initializes a new instance of the MedicalViewerMouseEventArgs class. |
Name | Description | |
---|---|---|
ActionID | Gets or sets the ID of the action that raised the event. | |
Button | Gets which mouse button was pressed. (Inherited from System.Windows.Forms.MouseEventArgs) | |
Clicks | Gets the number of times the mouse button was pressed and released. (Inherited from System.Windows.Forms.MouseEventArgs) | |
Delta | Gets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. (Inherited from System.Windows.Forms.MouseEventArgs) | |
Images | Gets or sets the array of Leadtools.RasterImage objects that contain the images to be updated. | |
Location | Gets the location of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) | |
X | Gets the x-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) | |
Y | Gets the y-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) |