Table of Contents

Method GetBitmapBgra32

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll

GetBitmapBgra32(IEffectDocumentInfo)

Recommended overload. Gets a bitmap that renders the document in the native Bgra32 pixel format. This is the full composition of the document, including all of the layers with their rendering properties applied (blend mode, opacity, and visibility).

public static IEffectInputBitmap<ColorBgra32> GetBitmapBgra32(this IEffectDocumentInfo document)

Parameters

document IEffectDocumentInfo

The document.

Returns

IEffectInputBitmap<ColorBgra32>

The bitmap.