![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.12.8
|
Leadtools.MedicalViewer Namespace : MedicalViewerCellMouseEventArgs Class |
The following tables list the members exposed by MedicalViewerCellMouseEventArgs.
Name | Description | |
---|---|---|
![]() | MedicalViewerCellMouseEventArgs Constructor | Initializes a new instance of the MedicalViewerCellMouseEventArgs class with explicit parameters. |
Name | Description | |
---|---|---|
![]() | Button | Gets which mouse button was pressed. (Inherited from System.Windows.Forms.MouseEventArgs) |
![]() | CellIndex | Gets the value that indicates the index of the cell that received the mouse event. This value is only valid if the cell is add to the MedicalViewer. |
![]() | 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) |
![]() | ImageRectangle | Gets the rectangle that represents the image rectangle of the cell or sub-cell. |
![]() | Location | Gets the location of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) |
![]() | Rectangle | Gets the rectangle that represents the painting area of the cell or sub-cell. |
![]() | SubCellIndex | Gets the value that indicates the index of the sub-cell that received the mouse event. |
![]() | 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) |