public Point( float x, float y )
Public Sub New ( x As Single, y As Single )
public: Point( float x, float y )
new : x : float32 * y : float32 -> Point
In This Article