Initializes a new MedicalViewerDoublePlaneCutLine class object with explicit parameters.
public MedicalViewerDoublePlaneCutLine(
Point2D point1,
Point2D point2
)
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
)
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.
For an example, refer to MedicalViewerPlaneCutLine
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET