DroidDiagram Programmer's Guide
DiagramView.suspendRepaint Method
See Also
 






Stops repainting the control.

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

 Syntax

Java  Copy Code

public void suspendRepaint ()

 Remarks

The DiagramView is repainted automatically when properties of DiagramItems change. Call this method to stop repainting the view, and resumeRepaint to start repainting again.

 See Also

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace