Class UpdateInfo
Class containing Update Info.
Inheritance
System.Object
UpdateInfo
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.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class UpdateInfo
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. |