The ImageOverlayOrderCollection type exposes the following members.

Methods

  NameDescription
AddToBottom
Adds an image overlay to the bottom of the collection.
AddToTop
Adds an image overlay to the top of the collection.
Clear
Removes all objects currently in the collection.
Contains
Determines whether the specified image overlay is contained within the collection.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDrawIndex
Gets the index value of the selected ImageOverlay.
GetEnumerator
Supports a simple iteration over a generic collection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Move
Rearranges the ImageOverlay objects in the collection.
MoveDown
Moves the selected image overlay one position down the collection.
MoveToBottom
Moves the selected image overlay to the bottom of the collection.
MoveToTop
Moves the selected image overlay to the top of the layer collection.
MoveUp
Moves the selected image overlay one position up the collection.
Remove
Removes the specified image overlay from the collection
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also