BehaviorService.Invalidate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invalidates the adorner window of the BehaviorService.
Overloads
Invalidate() |
Invalidates the adorner window of the BehaviorService. |
Invalidate(Rectangle) |
Invalidates, within the adorner window, the specified area of the BehaviorService. |
Invalidate(Region) |
Invalidates, within the adorner window, the specified area of the BehaviorService. |
Invalidate()
Invalidates the adorner window of the BehaviorService.
public:
void Invalidate();
public void Invalidate ();
member this.Invalidate : unit -> unit
Public Sub Invalidate ()
Remarks
Calling the Invalidate method forces a refresh of all Adorner objects and, in turn, all Glyph objects.
See also
Applies to
Invalidate(Rectangle)
Invalidates, within the adorner window, the specified area of the BehaviorService.
public:
void Invalidate(System::Drawing::Rectangle rect);
public void Invalidate (System.Drawing.Rectangle rect);
member this.Invalidate : System.Drawing.Rectangle -> unit
Public Sub Invalidate (rect As Rectangle)
Parameters
- rect
- Rectangle
The rectangular area to invalidate.
Remarks
The Invalidate method will force a refresh of all Adorners and, in turn, all Glyphs.
See also
Applies to
Invalidate(Region)
Invalidates, within the adorner window, the specified area of the BehaviorService.
public:
void Invalidate(System::Drawing::Region ^ r);
public void Invalidate (System.Drawing.Region r);
member this.Invalidate : System.Drawing.Region -> unit
Public Sub Invalidate (r As Region)
Parameters
- r
- Region
The region to invalidate.
Remarks
The Invalidate method will force a refresh of all Adorners and, in turn, all Glyphs.