'Declaration Public Function New( _
ByVal xThe x-coordinate of the upper-left corner of the rectangle.As System.Int32, _
ByVal yThe y-coordinate of the upper-left corner of the rectangle.As System.Int32, _
ByVal widthThe width of the rectangle.As System.Int32, _
ByVal heightThe height of the rectangle.As System.Int32 _
)
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.