IControlDesignerView.Invalidate Method (Rectangle)

 

Notifies the design host that the area represented by the provided rectangle needs to be repainted on the design surface.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

abstract Invalidate : 
        rectangle:Rectangle -> unit

Parameters

rectangle
Type: System.Drawing.Rectangle

A Rectangle representing the location and outer measurements of the view on the design surface. The coordinate-system origin for this rectangle is the top-left corner of the element to which the behavior is attached.

.NET Framework
Available since 2.0
Return to top
Show: