JPlanner Programmer's Guide
MutableRectangle.set Method (Int32, Int32, Int32, Int32)
See Also
 






Sets the values of this rectangle.

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

 Syntax

Java  Copy Code

public void set (
    int x,
    int y,
    int width,
    int height
)

 Parameters

x

The new x-coordinate of the rectangle.

y

The new y-coordinate of the rectangle.

width

The new width of the rectangle.

height

The new height of the rectangle.

 See Also

set Method Overload List
MutableRectangle Members
MutableRectangle Class
com.mindfusion.common Namespace