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