Table of Contents

Class ConvolveMatrixEffect

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

Use the convolve matrix effect to apply an arbitrary 2D kernel to an image. You can use this effect to blur, detect edges, emboss, or sharpen an image.

For more information, see Convolve matrix effect

public sealed class ConvolveMatrixEffect : DeviceEffect<ConvolveMatrixEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
ConvolveMatrixEffect
Implements
Inherited Members
Extension Methods

Constructors

ConvolveMatrixEffect(IDeviceEffectFactory)