ParaxialLength Property

Summary

Gets or sets the length of the paraxial lines.

Syntax
C#
VB
C++
public float ParaxialLength { get; set; } 
  
Public Property ParaxialLength As Single 
            public: 
property float ParaxialLength { 
   float get(); 
   void set (    float ); 
} 

Property Value

Value that determines the length of the paraxial lines.

Remarks

To show or hide the paraxial line representation altogether, use the property ShowLines. The user can manually change the length of the paraxial line by clicking and dragging on the paraxial lines handles which appears on edge of each paraxial line.

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