menu

WinForms

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

    Show / Hide Table of Contents

    Struct PAINTSTRUCT

    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.Win32API
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public struct PAINTSTRUCT

    Fields

    fErase

    Declaration
    public int fErase
    Field Value
    Type
    System.Int32

    fIncUpdate

    Declaration
    public int fIncUpdate
    Field Value
    Type
    System.Int32

    fRestore

    Declaration
    public int fRestore
    Field Value
    Type
    System.Int32

    hdc

    Declaration
    public IntPtr hdc
    Field Value
    Type
    System.IntPtr

    rcPaint

    Declaration
    public Rectangle rcPaint
    Field Value
    Type
    System.Drawing.Rectangle

    Reserved1

    Declaration
    public int Reserved1
    Field Value
    Type
    System.Int32

    Reserved2

    Declaration
    public int Reserved2
    Field Value
    Type
    System.Int32

    Reserved3

    Declaration
    public int Reserved3
    Field Value
    Type
    System.Int32

    Reserved4

    Declaration
    public int Reserved4
    Field Value
    Type
    System.Int32

    Reserved5

    Declaration
    public int Reserved5
    Field Value
    Type
    System.Int32

    Reserved6

    Declaration
    public int Reserved6
    Field Value
    Type
    System.Int32

    Reserved7

    Declaration
    public int Reserved7
    Field Value
    Type
    System.Int32

    Reserved8

    Declaration
    public int Reserved8
    Field Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved