Table of Contents

Property Image

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

Image

Gets an image that renders the layer's contents for use with Direct2D.

IDeviceImage Image { get; }

Property Value

IDeviceImage

Remarks

This image does not take Visible or Opacity into account.

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