A FrameFilterInfo object contains information about a frame filter that can be loaded from a frame filter module and instantiated, using FrameFilter.Create.
A list of FrameFilterInfo objects for all available frame filters can be obtained from FrameFilterInfo.FrameFilterInfos.
Namespace: TIS.Imaging
Introduced in version 3.0
Property | Description | ||
FrameFilterInfos | This property returns a list, containing FrameFilterInfo objects that describe the available frame filters, which can be loaded from frame filter modules (.ftf files). |
||
FrameFilterPath | Sets a path from which frame filters are loaded. |
||
ModuleName | Returns the filename of the module from which the filter can be loaded. |
||
ModulePath | Returns the complete path to the module from which the filter can be loaded. |
||
Name | Returns the name of the frame filter. |
||