MindFusion.Wpf Pack Programmer's Guide
RepaintEventArgs Constructor (Rect, Boolean)
See Also
 





Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 Rect 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

RepaintEventArgs Constructor Overload List
RepaintEventArgs Class
MindFusion.Diagramming.Wpf Namespace