XamarinChart Programmer's Guide
RepaintEventArgs Constructor (Rectangle, Object)
See Also
 






Initializes a new instance of the RepaintEventArgs class.

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

 Syntax

C#  Copy Code

public RepaintEventArgs (
    Rectangle invalidRect,
    Object sourceView
)

Visual Basic  Copy Code

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

RepaintEventArgs Constructor Overload List
RepaintEventArgs Class
MindFusion.Charting.Controls Namespace