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