PAINTSTRUCT

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Paint UDTs >

PAINTSTRUCT

 

Description

 

PAINTSTRUCT structure.

 

Syntax

 

Type PAINTSTRUCT          

  hDC             As Dword

  fErase          As Long

  rcPaint         As RECT

  fRestore        As Long

  fIncUpdate      As Long

  rgbReserved(32) As Byte

End Type

 

Remarks

 

See also

 

Examples