SvgElementCollection Class | Document Solutions for Imaging
Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class
Properties Methods

SvgElementCollection Class Members

The following tables list the members exposed by SvgElementCollection.

Public Properties
 NameDescription
Public PropertyGets the total number of elements the internal data structure can hold without resizing.  
Public PropertyGets the number of elements contained in the SvgElementCollection.  
Public PropertyGets or sets the element at the specified index.  
Public PropertyGets the owner SvgElement.  
Top
Public Methods
 NameDescription
Public MethodAdds the specified element to the end of the SvgElementCollection.  
Public MethodOverloaded. Adds the elements to the end of the SvgElementCollection.  
Public MethodRemoves all elements from the SvgElementCollection.  
Public MethodDetermines whether an element is in the SvgElementCollection.  
Public MethodCopies the entire SvgElementCollection to a compatible one-dimensional array, starting at the specified index of the target array.  
Public MethodEnsures that the capacity of this collection is at least the specified capacity.  
Public MethodSearches for the specified element and returns the zero-based index.  
Public MethodInserts an element into the SvgElementCollection at the specified index.  
Public MethodMoves the element at the fromIndex to the position of the toIndex.  
Public MethodRemoves the specific element from the SvgElementCollection.  
Public MethodRemoves the element at the specified index of the SvgElementCollection.  
Public MethodRemoves a range of elements from the SvgElementCollection.  
Public MethodSwaps two elements at the index1 and index2.  
Public MethodSets the capacity to the actual number of elements in the SvgElementCollection.  
Top
See Also