VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextOverlayCollection Class
In This Topic
TextOverlayCollection Class Methods
In This Topic
For a list of all methods of this type, see TextOverlayCollection.
Public Methods
 NameDescription
Public MethodAdds an object to the end of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodRemoves all elements from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodDetermines whether an element is in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodCopies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodFinds the element of the specified type.
Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodInserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodRemoves the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodRemoves the element at the specified index of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.UI.VisualTools.TextOverlay>)
Public MethodCopies the elements of TextOverlayCollection to a new array.
Protected Methods
 NameDescription
Protected MethodRemoves all text overlays from the collection.
Protected MethodInserts the text overlay into the collection at the specified index.
Protected MethodRemoves the text overlay at the specified index of the collection.
Protected MethodReplaces the text overlay at the specified index.
See Also