FrameFilters

The FrameFilters class represents a chain of FrameFilter objects, that are used to transform the image data along the Device Path, Sink Path and Display Path.

Instances of FrameFilters can be accessed through ICImagingControl.DeviceFrameFilters, ICImagingControl.DisplayFrameFilters, MediaStreamSink.FrameFilters and FrameHandlerSink.FrameFilters.

The FrameFilters collection can not be modified when live mode is running.

Information

    Introduced in IC Imaging Control 3.0

Properties

Property Description
Count

Returns the number of FrameFilter objects in the collection.

Item

Returns or sets the FrameFilter at the specified position.

Methods

Method Description
Add

Inserts a FrameFilter object at the end of the collection.

Clear

Removes all FrameFilter objects from the collection.

Remove

Removes the FrameFilter at a specified position.

<< Classes