how to create a point csharp

Code Example - how to create a point csharp

                
                        //creating a new point
Point p = new Point(x, y) // x and y must be a int or double