Search
RepaintEventArgs Constructor (RectangleF, Boolean)
See Also
 





Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RepaintEventArgs (
    RectangleF invalidRect,
    bool redrawCacheImage
)

Visual Basic  Copy Code

Public New ( _
    invalidRect As RectangleF, _
    redrawCacheImage As Boolean _
)

 Parameters

invalidRect

A RectangleF 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