InvalidateEventArgs(Rectangle) Constructor

Definition

Initializes a new instance of the InvalidateEventArgs class.

public:
 InvalidateEventArgs(System::Drawing::Rectangle invalidRect);
public InvalidateEventArgs (System.Drawing.Rectangle invalidRect);
new System.Windows.Forms.InvalidateEventArgs : System.Drawing.Rectangle -> System.Windows.Forms.InvalidateEventArgs
Public Sub New (invalidRect As Rectangle)

Parameters

invalidRect
Rectangle

The Rectangle that contains the invalidated window area.

Applies to