<summary> Returns the input image to the effect. The input could be another effect or a bitmap. </summary>
<summary> This returns the number of input that are bound into this effect. </summary>
<summary> Returns the output image of the given effect. This can be set as the input to another effect or can be drawn with DrawImage. </summary>
<summary> Sets the input to the given effect. The input can be a concrete bitmap or the output of another effect. </summary>
<summary> If the effect supports a variable number of inputs, this sets the number of input that are currently active on the effect. </summary>
<summary> Returns the total number of custom properties in this interface. </summary>
<summary> Retrieves the property name from the given property index. </summary>
<summary> Returns the length of the property name from the given index. </summary>
<summary> Retrieves the type of the given property. </summary>
<summary> Retrieves the property index for the given property name. </summary>
<summary> Sets the value of the given property using its name. </summary>
<summary> Sets the given value using the property index. </summary>
<summary> Retrieves the given property or sub-property by name. '.' is the delimiter for sub-properties. </summary>
<summary> Retrieves the given value by index. </summary>
<summary> Returns the value size for the given property index. </summary>
<summary> Retrieves the sub-properties of the given property by index. </summary>
<summary> The effect interface. Properties control how the effect is rendered. The effect is Drawn with the DrawImage call. </summary>