[]
        
(Showing Draft Content)

C1.Android.Core.C1Point.-ctor

C1Point Constructor

C1Point(double, double)

Initializes a new instance of the C1Point struct.

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

The x-coordinate value of the C1Point structure.

double y

The y-coordinate value of the C1Point structure.