SequenceFilter Class |
Namespace: AGI.Foundation.Graphics.Imaging
The SequenceFilter type exposes the following members.
Name | Description | |
---|---|---|
SequenceFilter |
Initializes a new instance.
|
Name | Description | |
---|---|---|
ContinueOnFailure |
Gets or sets whether to continue applying filters in the sequence regardless of individual filter failures. When set to true,
subsequent filters will still be applied to the source raster even if one or more filters in the sequence cannot be applied.
| |
Count |
Gets the number of filters in the collection.
|
Name | Description | |
---|---|---|
Add |
Adds a filter to the sequence.
| |
Clear |
Clears all filters from the sequence.
| |
Contains |
Returns true if the sequence contains the filter.
| |
Dispose | (Inherited from RasterFilter.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Remove |
Removes a filter from the sequence.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |