Leadtools.MedicalViewer Namespace > MedicalViewerCobbAngle Class : MedicalViewerCobbAngle Constructor |
public MedicalViewerCobbAngle( AnnLineObject line1, AnnLineObject line2 )
'Declaration Public Function New( _ ByVal line1 As AnnLineObject, _ ByVal line2 As AnnLineObject _ )
'Usage Dim line1 As AnnLineObject Dim line2 As AnnLineObject Dim instance As New MedicalViewerCobbAngle(line1, line2)
public: MedicalViewerCobbAngle( AnnLineObject^ line1, AnnLineObject^ 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.