tBITMAP

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Bitmap Header Definition >

tBITMAP

 

Description

 

tBITMAP structure.

 

Syntax

 

Type tBITMAP

  bmType        As Long

  bmWidth       As Long

  bmHeight      As Long

  bmWidthBytes  As Long

  bmPlanes      As Word

  bmBitsPixel   As Word

  bmBits        As Byte Ptr

End Type

 

Remarks

 

Due to same name as a keyword, this UDT has been renamed with a prefix "t"

 

See also

 

Examples