Create a new Point object at the given location.
[Visual Basic] Overloads Public Sub New( _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] public Point( int x, int y ); [C++] public: Point( int x, int y ); [JScript] public function Point( x : int, y : int );
Point Structure | Point Members | System.Drawing Namespace | Point Constructor Overload List