Table of Contents

Class BitmapEffectOutputExtensions

Namespace
PaintDotNet.Effects
Assembly
PaintDotNet.Effects.Core.dll
public static class BitmapEffectOutputExtensions
Inheritance
BitmapEffectOutputExtensions
Inherited Members

Methods

LockBgra32(IBitmapEffectOutput)

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. Bgra32 is used as the pixel format.

Lock<TPixel>(IBitmapEffectOutput)

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.