Line(Double, Double, Double, Double, Double, Double) Constructor

Individual coordinates constructor.
Public Sub New( _ 
ByVal x1 As Double, _ 
ByVal y1 As Double, _ 
ByVal z1 As Double, _ 
ByVal x2 As Double, _ 
ByVal y2 As Double, _ 
ByVal z2 As Double
)
This language is not supported or no code example is available.
public Line( 
double x1
double y1
double z1
double x2
double y2
double z2 
)
This language is not supported or no code example is available.

Parameters

x1
double

Start point's X coordinate

y1
double

Start point's Y coordinate

z1
double

Start point's Z coordinate

x2
double

End point's X coordinate

y2
double

End point's Y coordinate

z2
double

End point's Z coordinate

.NET Framework

Supported in: 4.8

In this article

Definition