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.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class RepaintEventArgs : EventArgs

Visual Basic  Copy Code

Public Class RepaintEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.RepaintEventArgs

 See Also