Class UpdateInfo
Class containing Update Info.
Inheritance
System.Object
UpdateInfo
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class UpdateInfo : Object
Constructors
UpdateInfo()
Declaration
public UpdateInfo()
Fields
m_rectUpdate
Declaration
public Rectangle m_rectUpdate
Field Value
| Type |
|---|
| System.Drawing.Rectangle |
Methods
UpdateRefreshRect(Rectangle)
Union the given update rectangle with exist refresh rectangle.
Declaration
public void UpdateRefreshRect(Rectangle rectUpdating)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Rectangle | rectUpdating | The update rectangle in client coordinates. |