> For the complete documentation index, see [llms.txt](https://interopxyz.gitbook.io/graphic-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interopxyz.gitbook.io/graphic-plus/components/convert/drawing-to-bitmap.md).

# Drawing to Bitmap

## Description

Create a Bitmap file of a Drawing.

{% tabs %}
{% tab title="Preview" %}
![](/files/UAGCoRRYeBGBb6ygZUOh)
{% endtab %}

{% tab title="Location" %}
**Name** | Drawing to Bitmap

**Nickname** | DrawingToBmp

**Tab** | Display

**Panel** | Graphics

**Division** | 6
{% endtab %}

{% tab title="Inputs" %}
**D** | **Drawing** (*G+ Drawing*) | A Graphic Plus Drawing object

**S** | **PPI** (*Integer*) | The pixel per inch value acts as a scalar multiplier. Must be 96 or above
{% endtab %}

{% tab title="Ouputs" %}
**B** | **Bitmap** (*System.Drawing.Bitmap*) | A Bitmap Object of the Drawing.
{% endtab %}

{% tab title="Mode" %}
​*none*
{% endtab %}
{% endtabs %}

## Usage

#### Sample Output

![](/files/JyT9updLBqsr3JmqZE4D)
