public Rectangle( float x, float y, float width, float height )
Public Sub New ( _ x As Single, _ y As Single, _ width As Single, _ height As Single _ )
public: Rectangle( float x, float y, float width, float height )