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 = -2147483648
The CLSID/EffectID of the effect.
DisplayName = -2147483647
The name of the effect.
Author = -2147483646
The author of the effect.
Category = -2147483645
The category of the effect.
Description = -2147483644
The description of the effect.
Inputs = -2147483643
The names of the effect's inputs.
Cached = -2147483642
The output of the effect should be cached.
Precision = -2147483641
The buffer precision of the effect output.
MinInputs = -2147483640
The minimum number of inputs supported by the effect.
MaxInputs = -2147483639
The maximum number of inputs supported by the effect.
Invalid = -1
An 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.