Table of Contents

Class BorderEffect2

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

Similar to BorderEffect, but adds the Transparent edge mode. This can be used to extend an image's bounds to infinity while not affecting its appearance. Unlike BorderEffect, the edge mode cannot be set separately for X and Y directions.

public sealed class BorderEffect2 : CustomEffect<BorderEffect2.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
Inheritance
BorderEffect2
Implements
Inherited Members

Constructors

BorderEffect2(IDeviceEffectFactory)
BorderEffect2(IDeviceEffectFactory, IDeviceImage, BorderEdgeMode2)