Class NativePaint.PAINTSTRUCT
Contains the information about the application and used to paint the client area of the window owned by that application.
Inheritance
System.Object
NativePaint.PAINTSTRUCT
Namespace: Syncfusion.WinForms.Core
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class PAINTSTRUCT : ValueType
Fields
BottomPaintRect
Bottom region of the rectangle.
Declaration
public int BottomPaintRect
Field Value
| Type |
|---|
| System.Int32 |
Erase
Indicates whether the background must be erased. This value is nonzero if the application should erase the background. The application is responsible for erasing the background if a window class is created without a background brush.
Declaration
public bool Erase
Field Value
| Type |
|---|
| System.Boolean |
IncUpdate
Reserved; used internally by the system.
Declaration
public bool IncUpdate
Field Value
| Type |
|---|
| System.Boolean |
LeftPaintRect
Left region of the rectangle.
Declaration
public int LeftPaintRect
Field Value
| Type |
|---|
| System.Int32 |
Reserved1
reserved value.
Declaration
public int Reserved1
Field Value
| Type |
|---|
| System.Int32 |
Reserved2
reserved value.
Declaration
public int Reserved2
Field Value
| Type |
|---|
| System.Int32 |
Reserved3
reserved value.
Declaration
public int Reserved3
Field Value
| Type |
|---|
| System.Int32 |
Reserved4
reserved value.
Declaration
public int Reserved4
Field Value
| Type |
|---|
| System.Int32 |
Reserved5
reserved value.
Declaration
public int Reserved5
Field Value
| Type |
|---|
| System.Int32 |
Reserved6
reserved value.
Declaration
public int Reserved6
Field Value
| Type |
|---|
| System.Int32 |
Reserved7
reserved value.
Declaration
public int Reserved7
Field Value
| Type |
|---|
| System.Int32 |
Reserved8
reserved value.
Declaration
public int Reserved8
Field Value
| Type |
|---|
| System.Int32 |
Restore
Reserved; used internally by the system.
Declaration
public bool Restore
Field Value
| Type |
|---|
| System.Boolean |
RightPaintRect
Right region of the rectangle.
Declaration
public int RightPaintRect
Field Value
| Type |
|---|
| System.Int32 |
TopPaintRect
Top region of the rectangle.
Declaration
public int TopPaintRect
Field Value
| Type |
|---|
| System.Int32 |