Search
Manipulator.drawsInLocalCoordinates Method
See Also
 

Returns whether the manipulator object draws in local or global coordinates.

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

 Syntax

Java  Copy Code

public boolean drawsInLocalCoordinates ()

 Return Value

true if drawn in local coordinates, otherwise, false.

 See Also