C# Class TOAPI.Types.PAINTSTRUCT

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
fErase int
fIncUpdate int
fRestore int
hdc System.Runtime.InteropServices.SafeHandle
rcPaint RECT

Public Methods

Method Description
Init ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

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 SafeHandle,System.Runtime.InteropServices hdc
return System.Runtime.InteropServices.SafeHandle

rcPaint public property

public RECT rcPaint
return RECT