JPlanner Programmer's Guide
Rectangle Constructor (Int32, Int32, Int32, Int32)
See Also
 






Initializes a new instance of the Rectangle class with the specified values.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public Rectangle (
    int x,
    int y,
    int width,
    int height
)

 Parameters

x

The x-coordinate of the new rectangle.

y

The y-coordinate of the new rectangle.

width

The width of the new rectangle.

height

The height of the new rectangle.

 See Also

Rectangle Constructor Overload List
Rectangle Class
com.mindfusion.common Namespace