![]() |
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 : MedicalViewerMPRPolygonClickedEventsArgs Class |
The following tables list the members exposed by MedicalViewerMPRPolygonClickedEventsArgs.
Name | Description | |
---|---|---|
![]() | MedicalViewerMPRPolygonClickedEventsArgs Constructor | The MedicalViewerMPRPolygonClickedEventsArgs class provides data for the MedicalViewerCell.MPRPolygonCreated event. |
Name | Description | |
---|---|---|
![]() | 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) |
![]() | Index | Gets the index of the clicked polygon line or polygon handle. |
![]() | Location | Gets the location of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs) |
![]() | Polygon | Gets the MPR polygon that the user just clicked. |
![]() | Type | Gets the enumeration that determines which part of the polygon has been clicked. (the body or the handle). |
![]() | 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) |