←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly