Table of Contents

Class BorderEffect

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

Use the border effect to extend an image from the edges. You can use this effect to repeat the pixels from the edges of the image, wrap the pixels from the opposite end of the image, or mirror the pixels across the bitmap border to extend the bitmap region.

For more information, see Border effect

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

Constructors

BorderEffect(IDeviceEffectFactory)
BorderEffect(IDeviceEffectFactory, IDeviceImage, BorderEdgeMode)
BorderEffect(IDeviceEffectFactory, IDeviceImage, BorderEdgeMode, BorderEdgeMode)