C#
VB
C++
Represents the enumeration that will be sent through the MedicalViewerCell.MPRPolygonClicked.
public enum MedicalViewerMPRPolygonHitTest
Public Enum MedicalViewerMPRPolygonHitTest
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class MedicalViewerMPRPolygonHitTest : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | None | None. |
1 | Handle | The user clicked on one of the polygon handles. |
2 | Body | The user clicked on the one of the polygon lines. |
The event MedicalViewerCell.MPRPolygonClicked occurs when the user clicks on the MPR polygon. This enumeration is used by the event to determine which part of the polygon was actually clicked.
For an example, refer to MedicalViewerPanoramicCell.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET