DroidDiagram Programmer's Guide
Utilities.subtract Method
See Also
 






Subtract the coordinates of one point from the coordinates of another

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

 Syntax

Java  Copy Code

public static Point subtract (
    Point changed,
    Point changeVector
)

 Parameters

changed

changeVector

 Return Value

the first parameter which holds the result

 See Also

Utilities Members
Utilities Class
com.mindfusion.diagramming Namespace