public POINT( int x, int y )
Public Sub New ( x As Integer, y As Integer )
public: POINT( int x, int y )
new : x : int * y : int -> POINT
In This Article