Table of Contents

Interface IBitmapEffectOutput

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll
public interface IBitmapEffectOutput : IInternalImpl
Extension Methods

Properties

Bounds

Gets the region that needs to be rendered. The buffer returned from the Lock(in PixelFormat) method will have the same size as this rectangle.

PixelFormat

Gets the pixel format of the output buffer. This must match the pixel format when calling the Lock(in PixelFormat) method.

Methods

Lock(in PixelFormat)

Gets the buffer for writing the effect's output to. The origin of the buffer (that is, x=0 y=0) corresponds to the Bounds's Location property.