'Declaration
Public Function New( _
ByVal x As System.Double, _
ByVal y As System.Double, _
ByVal width As System.Double, _
ByVal height As System.Double _
)
public RectangleD(
System.double x,
System.double y,
System.double width,
System.double height
)
Parameters
x
The X coordinate of the left side of the rectangle.
y
The Y coordinate of the top side of the rectangle.