Accord.Imaging.Filters.FiltersSequence.this C# (CSharp) Method

this() public method

Get filter at the specified index.
public this ( int index ) : IFilter
index int Index of filter to get.
return IFilter
        public IFilter this[int index]
        {
            get { return ((IFilter)InnerList[index]); }
        }