Die Attributfunktion CreateBitmap erzeugt eine neue Bitmap.
Syntax | ||||
CreateBitmap(PixWidth, PixHeight[, BackColor] [, Alpha] [, LanguageID]) | ||||
Rückgabewert | ||||
Kein | ||||
Parameter | ||||
Verwendung |
Name |
Typ |
Übergabe |
Beschreibung |
Erforderlich |
PixWidth |
Long |
ByVal |
Breite der Bitmap in Pixel |
Erforderlich |
PixHeight |
Long |
ByVal |
Höhe der Bitmap in Pixel |
Optional |
BackColor |
Long |
ByVal |
Farbe der Bitmap, z.B. aus RGB |
Optional |
Alpha |
Long |
ByVal |
Alpha-Wert (0 bis 255) |
Optional |
LanguageID |
String |
ByVal |
Sprachen-ID des Bildes, welches verwendet
werden soll |