PolygonLineIndex Property

Summary

Gets or sets the index of the polygon line that will be used to calculate the paraxial lines position.

Syntax
C#
VB
C++
public int PolygonLineIndex { get; set; } 
  
Public Property PolygonLineIndex As Integer 
            public: 
property int PolygonLineIndex { 
   int get(); 
   void set (    int ); 
} 

Property Value

A zero-based index of the polygon line that will be used to calculate the paraxial lines position.

Remarks

To show or hide the paraxial line representation, use the ShowLines property.

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