←Select platform

MedicalViewerMPRPolygonHitTest Enumeration

Summary

Represents the enumeration that will be sent through the MedicalViewerCell.MPRPolygonClicked.

Syntax

C#
VB
C++
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

ValueMemberDescription
0None None.
1Handle The user clicked on one of the polygon handles.
2Body The user clicked on the one of the polygon lines.
Remarks

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.

Example

For an example, refer to MedicalViewerPanoramicCell.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly