Search
CompositeNode.getRgnInRect Method (Rectangle2D.Float)
See Also
 

Creates a java.awt.Shape object specifying the node shape for a specified bounding rectangle.

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

 Syntax

Java  Copy Code

protected Shape getRgnInRect (
    Rectangle2D.Float rc
)

 Parameters

rc

The target rectangle.

 Return Value

A java.awt.Shape instance.

 See Also