←Select platform

MedicalViewerDoublePlaneCutLine Constructor(Point2D,Point2D)

Summary

Initializes a new MedicalViewerDoublePlaneCutLine 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: 
MedicalViewerDoublePlaneCutLine(  
   Leadtools.Medicalviewer.Point2D point1, 
   Leadtools.Medicalviewer.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly