Table of Contents

Property Image

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

Image

Gets an image that renders the document for use with Direct2D. This is the full composition of the document, including all of the layers with their rendering properties applied (blend mode, opacity, and visibility).

IDeviceImage Image { get; }

Property Value

IDeviceImage

Remarks

You should only retrieve this image if it will actually be used for rendering, as it will consume GPU memory once initialized.