PointD Constructor

Initializes a new instance of the PointD structure with the specified coordinates.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double
)
This language is not supported or no code example is available.
public PointD( 
double x
double y 
)
This language is not supported or no code example is available.

Parameters

x
double

<default>

y
double

<default>

Version
 
Available since QDV 7.14.530.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition