Line(Point3D, Point3D) Constructor

Two 3D points constructor.
Public Sub New( _ 
ByVal start As Point3D, _ 
ByVal end As Point3D
)
This language is not supported or no code example is available.
public Line( 
Point3D start
Point3D end 
)
This language is not supported or no code example is available.

Parameters

start
Point3D

Start point

end
Point3D

End point

.NET Framework

Supported in: 4.8

In this article

Definition