Point4D(Point3D) Constructor

3D point constructor.
Public Sub New( _ 
ByVal pt As Point3D
)
This language is not supported or no code example is available.
public Point4D( 
Point3D pt 
)
This language is not supported or no code example is available.

Parameters

pt
Point3D

The 3D point

.NET Framework

Supported in: 4.8

In this article

Definition