←Select platform

Recalculate(int) Method

Summary

Recalculates the line position and the paraxials cut line positions.

Syntax

C#
VB
C++
public void Recalculate( 
   int lineIndex 
) 
  
Public Overloads Sub Recalculate( _ 
   ByVal lineIndex As Integer _ 
)  
             
            public: 
void Recalculate(  
   int lineIndex 
)  
             

Parameters

lineIndex
a zero-based index of the line that the user wants to recalculate its information.

Remarks

This method is used when the user changes the polygon points programmatically through the property Points. The user does not need to call this method if he moves or changes the polygon using the mouse.

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