Search
RepaintEventArgs Constructor (RectangleF, Object)
See Also
 





Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RepaintEventArgs (
    RectangleF invalidRect,
    Object sourceView
)

Visual Basic  Copy Code

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

 Parameters

invalidRect

A RectangleF object representing the rectangle that should be repainted.

sourceView

The view object that raised the event.

 See Also