DroidDiagram Programmer's Guide
DiagramItem.getRepaintRect Method
See Also
 






Gets the repaint region for this item, taking into account factors such as pen, selection handles and shadow.

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

 Syntax

Java  Copy Code

protected RectF getRepaintRect (
    boolean includeConnected
)

 Parameters

includeConnected

true if related items should be considered too; otherwise, false.

 Return Value

A rectangular region that should be repainted when this item is modified.

 See Also

DiagramItem Members
DiagramItem Class
com.mindfusion.diagramming Namespace