JPlanner Programmer's Guide
RectangleD.offset Method (Double, Double)
See Also
 






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

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

 Syntax

Java  Copy Code

public RectangleD offset (
    double dx,
    double dy
)

 Parameters

dx

The amount to offset the x-coordinate.

dy

The amount to offset the y-coordinate.

 Return Value

A RectangleD object.

 See Also

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