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

 Parameters

size

A Size instance representing the offset amount.

 Return Value

A Point object.

 See Also

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