Search
Ruler.setProjectRotatedBounds Method
See Also
 

Sets whether the projection of nodes rotates with them or not.

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

 Syntax

Java  Copy Code

public void setProjectRotatedBounds (
    boolean value
)

 Parameters

value
true if node's projection should match the boundaries of rotated node shape, or false to ignore rotation and project only the coordinates of node's Bounds. The default value is true.

 See Also