'Declaration
Public Function New( _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ )
Parameters
- x
- The x-coordinate of the top-left corner of the rectangle.
- y
- The y-coordinate of the top-left corner of the rectangle.
- width
- The width of the rectangle.
- height
- The height of the rectangle.