Initializes a new instance of the MedicalViewerCobbAngle class with explicit parameters.
Public Function New( _
ByVal line1 As Leadtools.Annotations.Core.AnnPolylineObject, _
ByVal line2 As Leadtools.Annotations.Core.AnnPolylineObject _
)
public:
MedicalViewerCobbAngle(
Leadtools.Annotations.Core.AnnPolylineObject^ line1,
Leadtools.Annotations.Core.AnnPolylineObject^ line2
)
line1
The first annotation line.
line2
The second annotation line.
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.
For an example, refer to MedicalViewerCobbAngle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET