JPlanner Programmer's Guide
Rectangle.offset Method (Size)
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 (
    Size size
)

 Parameters

size

A Size instance representing the offset amount.

 Return Value

A Rectangle object.

 See Also

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