C# Class TOAPI.Types.PAINTSTRUCT

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
fErase int
fIncUpdate int
fRestore int
hdc System.Runtime.InteropServices.SafeHandle
rcPaint RECT

Méthodes publiques

Méthode Description
Init ( ) : void

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

fErase public_oe property

public int fErase
Résultat int

fIncUpdate public_oe property

public int fIncUpdate
Résultat int

fRestore public_oe property

public int fRestore
Résultat int

hdc public_oe property

public SafeHandle,System.Runtime.InteropServices hdc
Résultat System.Runtime.InteropServices.SafeHandle

rcPaint public_oe property

public RECT rcPaint
Résultat RECT