DroidDiagram Programmer's Guide
RepaintEvent Constructor (Object, Rectangle2D, boolean)
See Also
 






Initializes a new instance of the RepaintEvent class

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

 Syntax

Java  Copy Code

public RepaintEvent (
    Object source,
    RectF invalidRect,
    boolean redrawCacheImage
)

 Parameters

source

The source of the event.

invalidRect

A RectF object representing the rectangle that should be repainted.

redrawCacheImage

A boolean value specifying whether the diagram cache image used during modification should be re-created.

 See Also

RepaintEvent Constructor Overload List
RepaintEvent Class
com.mindfusion.diagramming Namespace