Optional delegate method for additional processing.
public event EventHandler<MedicalViewerMPRPolygonClickedEventsArgs> MPRPolygonClicked
Public Event MPRPolygonClicked As EventHandler(Of MedicalViewerMPRPolygonClickedEventsArgs)
public:
event EventHandler<MedicalViewerMPRPolygonClickedEventsArgs^>^ MPRPolygonClicked
The event handler receives an argument of type MedicalViewerMPRPolygonClickedEventsArgs containing data related to this event. The following MedicalViewerMPRPolygonClickedEventsArgs properties provide information specific to this event.
Property | Description |
---|---|
Button (Inherited from System.Windows.Forms.MouseEventArgs) | Gets which mouse button was pressed. |
Clicks (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the number of times the mouse button was pressed and released. |
Delta (Inherited from System.Windows.Forms.MouseEventArgs) | 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. |
Index | Gets the index of the clicked polygon line or polygon handle. |
Location (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the location of the mouse during the generating mouse event. |
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 (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the x-coordinate of the mouse during the generating mouse event. |
Y (Inherited from System.Windows.Forms.MouseEventArgs) | Gets the y-coordinate of the mouse during the generating mouse event. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document