Click or drag to resize

SequenceFilter Class

Applies a sequence of filters to the source raster in the order in which they were added. When ContinueOnFailure is 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.
Inheritance Hierarchy

Namespace:  AGI.Foundation.Graphics.Imaging
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class SequenceFilter : RasterFilter

The SequenceFilter type exposes the following members.

Constructors
  NameDescription
Public methodSequenceFilter
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyContinueOnFailure
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.
Public propertyCount
Gets the number of filters in the collection.
Top
Methods
  NameDescription
Public methodAdd
Adds a filter to the sequence.
Public methodClear
Clears all filters from the sequence.
Public methodContains
Returns true if the sequence contains the filter.
Public methodDispose (Inherited from RasterFilter.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes a filter from the sequence.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also