JPlanner Programmer's Guide
Rectangle.offset Method (Int32, Int32)
See Also
 






Translates this rectangle by the specified amount and returns a new Rectangle instance containing the result.

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

 Syntax

Java  Copy Code

public Rectangle offset (
    int dx,
    int dy
)

 Parameters

dx

The amount to offset the x-coordinate.

dy

The amount to offset the y-coordinate.

 Return Value

A Rectangle object.

 See Also

offset Method Overload List
Rectangle Members
Rectangle Class
com.mindfusion.common Namespace