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