DroidDiagram Programmer's Guide
Utilities.add<T> Method (T, Point2D)
See Also
 






Add (translate) the coordinates of one point with the coordinates of another

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public static <T> T add (
    T changed,
    PointF changeVector
)

 Parameters

changed

changeVector

 Return Value

the first parameter which holds the result

 See Also

add Method Overload List
Utilities Members
Utilities Class
com.mindfusion.diagramming Namespace