PointD

PointD constructor

Initializes a new instance of the PointD struct.

public PointD(double x, double y)
ParameterTypeDescription
xDoubleThe x value.
yDoubleThe y value.

See Also