Table of Contents

Class BitmapEffectRendererExtensions

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

Methods

Render(IBitmapEffectRenderer, IBitmapLock, Point2Int32)

Renders the requested area and stores the result in the given buffer. The entire buffer is written to, including areas that are outside of the selection. The caller must perform any masking or blending.

Render<TPixel>(IBitmapEffectRenderer, IBitmapLock<TPixel>, Point2Int32)

Renders the requested area and stores the result in the given buffer. The entire buffer is written to, including areas that are outside of the selection. The caller must perform any masking or blending.

Render<TPixel>(IBitmapEffectRenderer, RegionPtr<TPixel>, Point2Int32)

Renders the requested area and stores the result in the given buffer. The entire buffer is written to, including areas that are outside of the selection. The caller must perform any masking or blending.