CreateBitmap

concerns

The CreateBitmap attribute function creates a new bitmap.

 

Syntax

CreateBitmap(PixWidth, PixHeight[, BackColor] [, Alpha] [, LanguageID])

Return value

None

Parameter

Use

Name

Type

Passing

Description

Required

PixWidth

Long

ByVal

Width of the Bitmap in Pixel

Required

PixHeight

Long

ByVal

Height of the Bitmap in Pixel

Optional

BackColor

Long

ByVal

Color of the Bitmap, e.g. determined via RGB

Optional

Alpha

Long

ByVal

Alpha value between 0 and 255

Optional

LanguageID

String

ByVal

Language-ID of the picture to be used.
If the parameter is omitted, the image of the current language is used.