ShowLines Property

Summary

Gets or sets the value that determines whether to show the paraxial lines representation over the generator polygon MedicalViewerMPRPolygon and the MedicalViewerPanoramicCell.

Syntax
C#
VB
C++
public bool ShowLines { get; set; } 
  
Public Property ShowLines As Boolean 
            public: 
property bool ShowLines { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to show the paraxial line representation, false otherwise.

Remarks

The paraxial cuts are images generated from the lines that are perpendicular to one of the MedicalViewerMPRPolygon lines.

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