C# Class SidebarLibrary.Win32.PAINTSTRUCT

Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
Reserved1 int
Reserved2 int
Reserved3 int
Reserved4 int
Reserved5 int
Reserved6 int
Reserved7 int
Reserved8 int
fErase int
fIncUpdate int
fRestore int
hdc System.IntPtr
rcPaint System.Drawing.Rectangle

Property Details

Reserved1 public property

public int Reserved1
return int

Reserved2 public property

public int Reserved2
return int

Reserved3 public property

public int Reserved3
return int

Reserved4 public property

public int Reserved4
return int

Reserved5 public property

public int Reserved5
return int

Reserved6 public property

public int Reserved6
return int

Reserved7 public property

public int Reserved7
return int

Reserved8 public property

public int Reserved8
return int

fErase public property

public int fErase
return int

fIncUpdate public property

public int fIncUpdate
return int

fRestore public property

public int fRestore
return int

hdc public property

public IntPtr,System hdc
return System.IntPtr

rcPaint public property

public Rectangle,System.Drawing rcPaint
return System.Drawing.Rectangle