Initializes a new instance of the Rectangle class with the specified values.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java
![]() |
---|
public Rectangle ( |
The x-coordinate of the new rectangle.
The y-coordinate of the new rectangle.
The width of the new rectangle.
The height of the new rectangle.