←Select platform

MedicalViewerCobbAngle Constructor

Summary

Initializes a new instance of the MedicalViewerCobbAngle class with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal line1 As Leadtools.Annotations.Core.AnnPolylineObject, _ 
   ByVal line2 As Leadtools.Annotations.Core.AnnPolylineObject _ 
) 
             

Parameters

line1
The first annotation line.

line2
The second annotation line.

Remarks

To change the line later, use Line1 or Line2. After creating this object, add it to the MedicalViewerSubCell.CobbAngles collection of the MedicalViewerBaseCell control.

The two lines must be from the same container.

If any line got removed from the container, this class will be removed from MedicalViewerSubCell.CobbAngles as well.

Example

For an example, refer to MedicalViewerCobbAngle.

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