Search
DiagramItem.shouldRender Method
See Also
 

Determines whether the item is rendered in the current context.

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

 Syntax

Java  Copy Code

protected boolean shouldRender ()

 Return Value

true to draw the item; otherwise, false.

 See Also