Enum Property
Specifies the indices of the system properties present on the Properties interface for an Effect.
public enum Property
Fields
Author = -2147483646
No documentation.
Cached = -2147483642
No documentation.
Category = -2147483645
No documentation.
Clsid = -2147483648
No documentation.
Description = -2147483644
No documentation.
DisplayName = -2147483647
No documentation.
Inputs = -2147483643
No documentation.
MaximumInputs = -2147483639
No documentation.
MinimumInputs = -2147483640
No documentation.
Precision = -2147483641
No documentation.
Remarks
Under normal circumstances the minimum and maximum number of inputs to the effect are the same. If the effect supports a variable number of inputs, the ID2D1Effect::SetNumberOfInputs method can be used to choose the number that the application will enable.