Class EffectDocumentInfoExtensions
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
public static class EffectDocumentInfoExtensions
- Inheritance
-
EffectDocumentInfoExtensions
- Inherited Members
Methods
- 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).
- GetBitmap<TPixel>(IEffectDocumentInfo)
Gets a bitmap that renders the document in the requested 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).