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


The following tables list the members exposed by Generic RasterCollection.

Public Constructors

  Name Description
Public Constructor RasterCollection Constructor Creates a new instance of Generic RasterCollection with default settings.  
Top

Public Properties

  Name Description
Public Property Count Gets the number of items in the collection.  
Public Property IsReadOnly Specifies whether or not the collection is Read Only.  
Public Property Item Gets and sets the item at the specified index from within the collection.  
Top

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

Public Events

  Name Description
Public Event ItemAdded Occurs when an item is added to the collection.  
Public Event ItemRemoved Occurs when an item is removed from the collection.  
Top

See Also