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






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

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

 Syntax

Java  Copy Code

public PointD offset (
    double x,
    double y
)

 Parameters

x

The amount to offset the x-coordinate.

y

The amount to offset the y-coordinate.

 Return Value

A PointD object.

 See Also

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