Search
RepaintEventArgs Constructor (Rect, Object)
See Also
 






Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 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 Microsoft.Maui.Graphics.Rect object representing the rectangle that should be repainted.

sourceView

The view object that raised the event.

 See Also