ASP.NET Pack Programmer's Guide
RepaintEventArgs Constructor (RectangleF)
See Also
 





Initializes a new instance of the RepaintEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public RepaintEventArgs (
    RectangleF invalidRect
)

Visual Basic  Copy Code

Public New ( _
    invalidRect As RectangleF _
)

 Parameters

invalidRect

A RectangleF object representing the rectangle that should be repainted.

 See Also

RepaintEventArgs Constructor Overload List
RepaintEventArgs Class
MindFusion.Diagramming Namespace