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

 Parameters

size

A SizeD instance representing the offset amount.

 Return Value

A PointD object.

 See Also

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