←Select platform

MedicalViewerReferenceLine Constructor(Point2D,Point2D)

Summary

Initializes a new MedicalViewerReferenceLine class object with explicit parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal point1 As Leadtools.Medicalviewer.Point2D, _ 
   ByVal point2 As Leadtools.Medicalviewer.Point2D _ 
) 
             
            public: 
MedicalViewerReferenceLine(  
   Leadtools.Medicalviewer.Point2D point1, 
   Leadtools.Medicalviewer.Point2D point2 
) 
             

Parameters

point1
A Point2D that represents the first point of the reference line.

point2
A Point2D that represents the second point of the reference line.

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