Constructs a Line3D defined by the specified points.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Line3D(
	Point3DCollection points
)
Visual Basic
Public Sub New ( _
	points As Point3DCollection _
)
JScript
public function Line3D(
	points : Point3DCollection
)

Parameters

points
Type: System.Windows.Media.Media3D..::..Point3DCollection
The Point3DCollection used to generate the line.

See Also