Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Generic RasterCollection Class Methods
See Also 
Leadtools Namespace : Generic RasterCollection Class


For a list of all members of this type, see Generic RasterCollection members.

Public Methods

  Name Description
Public Method Add Adds the specified item to the end of the collection.  
Public Method AddRange Adds the elements of an ICollection to the end of the collection.  
Public Method BringToFront Brings the specified item forward in the collection.  
Public Method Clear Removes all items from the collection.  
Public Method Contains Determines whether or not the specified item is contained in the collection.  
Public Method CopyTo Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index.  
Public Method DisableEvents Called to disable raising the ItemAdded and ItemRemoved events.  
Public Method EnableEvents Called to enable raising the ItemAdded and ItemRemoved events.  
Public Method GetEnumerator Returns a generic enumerator that can iterate through the Generic RasterCollection.  
Public Method IndexOf Returns the index of the specified item if it is found in the collection.  
Public Method Insert Inserts the specified item at the specified index.  
Public Method Remove Removes the specified item.  
Public Method RemoveAt Removes the item from the specified index.  
Public Method SendToBack Sends the specified item back in the collection.  
Top

Protected Methods

  Name Description
Protected Method OnItemAdded Raises the ItemAdded event.  
Protected Method OnItemRemoved Raises the ItemRemoved event.  
Top

See Also