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






Translates this point by the specified amount and returns a new Point instance containing the result.

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

 Syntax

Java  Copy Code

public Point offset (
    int x,
    int y
)

 Parameters

x

The amount to offset the x-coordinate.

y

The amount to offset the y-coordinate.

 Return Value

A Point object.

 See Also

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