public MedicalViewerMPRPolygonClickedEventsArgs(
MedicalViewerMPRPolygon polygon,
int index,
MedicalViewerMPRPolygonHitTest type,
MouseButtons button,
int clicks,
int x,
int y,
int delta
)
public:
MedicalViewerMPRPolygonClickedEventsArgs(
MedicalViewerMPRPolygon^ polygon,
int index,
MedicalViewerMPRPolygonHitTest type,
MouseButtons button,
int clicks,
int x,
int y,
int delta
)
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.
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