Class InvalidationStackTracer
Represents a class that provides the InvalidationStackTracer.
Inheritance
System.Object
InvalidationStackTracer
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class InvalidationStackTracer : Object
Constructors
InvalidationStackTracer(Control)
Initializes a new instance of the InvalidationStackTracer class.
Declaration
public InvalidationStackTracer(Control control)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | control | Control, which is to be traced. |
Methods
Invalidate()
Invalidates entire control.
Declaration
public void Invalidate()
Invalidate(Rectangle)
Invalidates part of the control.
Declaration
public void Invalidate(Rectangle rect)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Rectangle | rect | Rectangle to invalidate. |