GOA - System.Drawing.Filters.FilterCollection

FilterCollection Class


Represents a collection of Filter elements. This class cannot be inherited.

Definition

public sealed class FilterCollection: Object, IList, ICloneable

Members Table

MethodDescription
AddOverloaded. (Inherited from IList)
ClearRemoves all objects of the FilterCollection instance.
CloneCreates an exact copy of this FilterCollection object.
ContainsOverloaded. (Inherited from IList)
CopyToWhen implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. (Inherited from ICollection)
EqualsOverloaded. Compares two objects to determine if they are equal. (Inherited from Object)
FilterCollectionInitializes a new instance of FilterCollection.
GetEnumeratorReturns an IEnumerator that can iterate through this FilterCollection.
GetHashCodeServes as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object)
GetTypeGets the Type of the current instance. (Inherited from Object)
IndexOfOverloaded. Determines the index of a specific item in the FilterCollection.
InsertOverloaded. Inserts a Filter object to this collection at the specified index.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
RemoveOverloaded. Removes the specified Filter element from this collection.
RemoveAtRemoves the Filter at the specified index of the FilterCollection.
System.Collections.ICollection.CopyToCopies the elements of the FilterCollection to an Array, starting at a particular Array index.
System.Collections.IList.AddAdds an element to the FilterCollection.
System.Collections.IList.ContainsDetermines whether the FilterCollection contains a specific value.
System.Collections.IList.IndexOfDetermines the index of a specific element in the FilterCollection.
System.Collections.IList.InsertInserts an element to the FilterCollection at the specified position.
System.Collections.IList.RemoveRemoves the first occurence of a specific object from the FilterCollection.
System.Collections.IList.this[]Gets or sets the element at the specified index.
ToStringReturns a String that represents the current Object. (Inherited from Object)
this[]Overloaded. (Inherited from IList)
PropertyDescription
CountGets the number of elements contained in the FilterCollection.
IsFixedSizeWhen implemented by a class, gets a value indicating whether the IList has a fixed size. (Inherited from IList)
IsReadOnlyGets a value indicating whether the FilterCollection is read-only.
IsSynchronizedWhen implemented by a class, gets a value indicating whether access to the ICollection is synchronized. (Inherited from ICollection)
SyncRootWhen implemented by a class, gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection)
System.Collections.ICollection.IsSynchronizedGets a value indicating whether access to the FilterCollection is synchronized.
System.Collections.ICollection.SyncRootGets an object that can be used to synchronize access to the FilterCollection.
System.Collections.IList.IsFixedSizeGets a value indicating whether the FilterCollection has a fixed size.

Inheritance Hierarchy

Object
FilterCollection

Class Information

NamespaceSystem.Drawing.Filters
Flash LibrarySystem.Windows.Forms.scl
Flash Library Version2.0.0.2118
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.