BitmapData

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > GDIp > UDT predefined in GDIp module >

BitmapData

 

Description

 

BITMAPDATA structure.

 

Syntax

 

Type BITMAPDATA

  nWidth      AS DWORD

  nHeight     AS DWORD

  Stride      AS LONG

  PixelFormat AS DWORD

  Scan0       AS DWORD

  Reserved    AS DWORD

End Type

 

Remarks

 

See also

 

Examples