Class PdnEmbossEffect
- Namespace
- PaintDotNet.Effects.Gpu
- Assembly
- PaintDotNet.Effects.Gpu.dll
A Direct2D effect that renders Paint.NET's Emboss effect.
public sealed class PdnEmbossEffect : CustomEffect<PdnEmbossEffect.Props>, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inheritance
-
PdnEmbossEffect
- Implements
- Inherited Members
Remarks
This effect is visually distinct from Direct2D's built-in EmbossEffect. You should use whichever one produces the output that you prefer.