Click or drag to resize

SequenceFilterRemove Method

Removes a filter from the sequence.

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 void Remove(
	RasterFilter filter
)

Parameters

filter
Type: AGI.Foundation.Graphics.ImagingRasterFilter
The RasterFilter to remove.
See Also