Struct NativeMethods.PAINTSTRUCT
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: TelerikCommon.dll
Syntax
public struct PAINTSTRUCT
Fields
fErase
Declaration
public bool fErase
Field Value
System.Boolean
|
fIncUpdate
Declaration
public bool fIncUpdate
Field Value
System.Boolean
|
fRestore
Declaration
public bool fRestore
Field Value
System.Boolean
|
hdc
Declaration
public IntPtr hdc
Field Value
System.IntPtr
|
rcPaint_bottom
Declaration
public int rcPaint_bottom
Field Value
System.Int32
|
rcPaint_left
Declaration
public int rcPaint_left
Field Value
System.Int32
|
rcPaint_right
Declaration
public int rcPaint_right
Field Value
System.Int32
|
rcPaint_top
Declaration
public int rcPaint_top
Field Value
System.Int32
|
reserved1
Declaration
public int reserved1
Field Value
System.Int32
|
reserved2
Declaration
public int reserved2
Field Value
System.Int32
|
reserved3
Declaration
public int reserved3
Field Value
System.Int32
|
reserved4
Declaration
public int reserved4
Field Value
System.Int32
|
reserved5
Declaration
public int reserved5
Field Value
System.Int32
|
reserved6
Declaration
public int reserved6
Field Value
System.Int32
|
reserved7
Declaration
public int reserved7
Field Value
System.Int32
|
reserved8
Declaration
public int reserved8
Field Value
System.Int32
|