Sponsors

CreateBitmap

Function name: CreateBitmap

Defined in : GDI32

Requirements : Windows NT 3.1 or later; Windows 95 or later

Declaration:

Declare Function CreateBitmap Lib "gdi32" Alias "CreateBitmap" (ByVal nWidth As Long, ByVal nHeight As Long, ByVal nPlanes As Long, ByVal nBitCount As Long, lpBits As Any) As Long

Parameters:

Returns:

Related functions:

Examples:

Sorry, this function has no examples yet.

Bitmap

Categories