Class InvalidationStackTracer
Represents a class that provides the InvalidationStackTracer.
Inheritance
System.Object
InvalidationStackTracer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Edit.Utils
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public class InvalidationStackTracer
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. |