Point2D(Double()) Constructor

Double array constructor.
Public Sub New( _ 
ByVal p As Double() _ 
)
This language is not supported or no code example is available.
public Point2D( 
double[] p 
)
This language is not supported or no code example is available.

Parameters

p
double[]

.NET Framework

Supported in: 4.8

In this article

Definition