Type Property

Summary

Gets the enumeration that determines which part of the polygon has been clicked. (the body or the handle).

Syntax
C#
VB
C++
public MedicalViewerMPRPolygonHitTest Type { get; } 
  
Public ReadOnly Property Type As MedicalViewerMPRPolygonHitTest 
            public: 
property MedicalViewerMPRPolygonHitTest Type { 
   MedicalViewerMPRPolygonHitTest get(); 
} 

Property Value

MedicalViewerMPRPolygonHitTest enumeration that determines which part of the polygon has been clicked. (the body or the handle).

Remarks

To determine whether the index of the polygon part that has been clicked it is a handle or line, refer to Index.

Example

For an example, refer to MedicalViewerPanoramicCell.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly