[]
        
(Showing Draft Content)

C1.C1Preview.PointD.-ctor

PointD Constructor

PointD(double, double)

Initializes a new instance of the PointD structure.

Declaration
public PointD(double x, double y)
Parameters
Type Name Description
double x

The horizontal position of the point.

double y

The vertical position of the point.