BehaviorService::Invalidate Method (Region^)

 

Invalidates, within the adorner window, the specified area of the BehaviorService.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

public:
void Invalidate(
	Region^ r
)

Parameters

r
Type: System.Drawing::Region^

The region to invalidate.

The Invalidate method will force a refresh of all Adorners and, in turn, all Glyphs.

.NET Framework
Available since 2.0
Return to top
Show: