Enum DeviceEffectProperty
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Specifies the indices of the system properties present on the IDeviceEffectProperties interface for an IDeviceEffect.
D2D1_PROPERTY
public enum DeviceEffectProperty
Fields
ClassID = -2147483648The CLSID/EffectID of the effect.
DisplayName = -2147483647The name of the effect.
Author = -2147483646The author of the effect.
Category = -2147483645The category of the effect.
Description = -2147483644The description of the effect.
Inputs = -2147483643The names of the effect's inputs.
Cached = -2147483642The output of the effect should be cached.
Precision = -2147483641The buffer precision of the effect output.
MinInputs = -2147483640The minimum number of inputs supported by the effect.
MaxInputs = -2147483639The maximum number of inputs supported by the effect.
Invalid = -1An invalid property index. This reserved value will never map to a valid index, and will cause null or sentinel values to be returned, or exceptions to be thrown, from other parts of the property interface.