C# Class TOAPI.Types.PAINTSTRUCT

Mostrar archivo 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_oe property

public int fErase
return int

fIncUpdate public_oe property

public int fIncUpdate
return int

fRestore public_oe property

public int fRestore
return int

hdc public_oe property

public SafeHandle,System.Runtime.InteropServices hdc
return System.Runtime.InteropServices.SafeHandle

rcPaint public_oe property

public RECT rcPaint
return RECT