Search
RepaintEventArgs Constructor (Rect, Boolean)
See Also
 






Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RepaintEventArgs (
    Rect invalidRect,
    bool redrawCacheImage
)

Visual Basic  Copy Code

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

 Parameters

invalidRect

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