menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UpdateInfo - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved