AForge.Imaging.Filters.FiltersSequence.this C# (CSharp) 메소드

this() 공개 메소드

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