Xamarin Pack Programmer's Guide
RepaintEventArgs Constructor (Rectangle, Boolean)
See Also
 






Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RepaintEventArgs (
    Rectangle invalidRect,
    bool redrawCacheImage
)

Visual Basic  Copy Code

Public New ( _
    invalidRect As Rectangle, _
    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

RepaintEventArgs Constructor Overload List
RepaintEventArgs Class
MindFusion.Diagramming Namespace