c# point 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