Interface IDeviceEffectFactory
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Serves as a base interface for IDeviceContext and IDeviceEffectContext to provide the CreateEffect(in DeviceEffectID) method.
public interface IDeviceEffectFactory : IObjectRef, IIsDisposed, IDisposable, IInternalImpl
- Inherited Members
- Extension Methods
Methods
- CreateEffect(in DeviceEffectID)
Creates an effect for the specified effect ID.