Adds the filter to the end of this FilterChain.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FilterChain Add(
	IFilter filter
)
Visual Basic
Public Function Add ( _
	filter As IFilter _
) As FilterChain
Visual C++
public:
FilterChain^ Add(
	IFilter^ filter
)

Parameters

filter
Type: ImageSense.Filters..::..IFilter
The filter to be added.

Return Value

This FilterChain.

See Also