Search
RepaintEventArgs Constructor (Rect, Object)
See Also
 






Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RepaintEventArgs (
    Rect invalidRect,
    Object sourceView
)

Visual Basic  Copy Code

Public New ( _
    invalidRect As Rect, _
    sourceView As Object _
)

 Parameters

invalidRect

A Rectangle object representing the rectangle that should be repainted.

sourceView

The view object that raised the event.

 See Also