[]
        
(Showing Draft Content)

C1.Win.Interop.Point.-ctor

Point Constructor

Point(double, double)

Initializes a new instance of the Point structure.

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

The horizontal position of the point.

double y

The vertical position of the point.