---
title: ".ExportBitmap (graphics Objektmethode)"
---
### Beschreibung

Diese Funktion exportiert ein Bitmap.

### Argumente

| **Name** | **Typ** | **Beschreibung** |
| --- | --- | --- |
|  | [string](../../../standard-datentypen/string.md) | Filename |
|  | [integer](../../../standard-datentypen/integer.md) | Bitmapbreite in Pixel |
|  | [integer](../../../standard-datentypen/integer.md) | Bitmaphöhe in Pixel |
|  | [integer](../../../standard-datentypen/integer.md) | (Optional) 0 = RGB 1 = Monochrome |

### Rückgabewert [integer](../../../standard-datentypen/integer.md)

xxx.

### Beispiel

Lo_Graphics.ExportBitmap(&Aro_Content, Li_Width, Li_Height, 1);
