Class DeviceEffect
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
public abstract class DeviceEffect : RefTrackedObject, ISerializable, IDeviceEffect, IDeviceImage, IDirect2DResource, IFactoryProperty, IDeviceEffectProperties, IInternalImpl, IObjectRef, IIsDisposed, IDisposable
- Inheritance
-
DeviceEffect
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
- Factory
Retrieves the factory associated with this resource.
- InputCount
Gets or sets the number of inputs to the effect.
Methods
- GetInput(int)
Gets the given input image by index.
- IsInputSet(int)
Allows you to check if an input is set (non-null) without allocating a ref to it.
- SetInput(int, IDeviceImage?, bool)
Sets the given input image by index.