Click or drag to resize

SequenceFilterContains Method

Returns true if the sequence contains the filter.

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 bool Contains(
	RasterFilter filter
)

Parameters

filter
Type: AGI.Foundation.Graphics.ImagingRasterFilter
The RasterFilter to test.

Return Value

Type: Boolean
True if the sequence contains the filter.
See Also