MedicalViewerPlaneCutLine Constructor(Point2D,Point2D)

Summary

Initializes a new MedicalViewerPlaneCutLine class object with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal point1 As Point2D, _ 
   ByVal point2 As Point2D _ 
) 
            public: 
MedicalViewerPlaneCutLine(  
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly