MedicalViewerDoublePlaneCutLine Constructor(Point2D,Point2D)

Summary
Initializes a new MedicalViewerDoublePlaneCutLine class object with explicit parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal point1 As Point2D, _ 
   ByVal point2 As Point2D _ 
) 
            public: 
MedicalViewerDoublePlaneCutLine(  
   Point2D point1, 
   Point2D point2 
) 

Parameters

point1
Point2D struct that contains the x and y coordinates of the first line point.

point2
Point2D struct that contains the x and y coordinates of the second line point.

Example

For an example, refer to MedicalViewerPlaneCutLine

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.