MedicalViewerMPRPolygonClickedEventsArgs Constructor

Summary
The MedicalViewerMPRPolygonClickedEventsArgs class provides data for the MedicalViewerCell.MPRPolygonCreated event.
Syntax
C#
C++/CLI
            public: 
MedicalViewerMPRPolygonClickedEventsArgs(  
   MedicalViewerMPRPolygon^ polygon, 
   int index, 
   MedicalViewerMPRPolygonHitTest type, 
   MouseButtons button, 
   int clicks, 
   int x, 
   int y, 
   int delta 
) 

Parameters

polygon
MedicalViewerMPRPolygon that represents the clicked MPR polygon.

index
a zero-based index of the clicked polygon line or polygon handle. To determine if this index refer to polygon line or polygon handle, refer to Type.

type
MedicalViewerMPRPolygonHitTest enumeration that determines which part of the polygon has been clicked.

button
One of the System.Windows.Forms.MouseButtons values indicating which mouse button was used to fire this event.

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.