Search
RepaintEventArgs Class
See Also
 






Specifies the coordinates of the area that should be repainted by views when the Repaint event is raised.

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

 Syntax

C#  Copy Code

public class RepaintEventArgs : EventArgs

Visual Basic  Copy Code

Public Class RepaintEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Charting.Controls.RepaintEventArgs

 See Also