how to construct a point c# code example
Example: how to create a point c#
//creating a new point
Point p = new Point(x, y) // x and y must be a int or double
//creating a new point
Point p = new Point(x, y) // x and y must be a int or double