[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the SvgElementCollection.

Declaration
public IEnumerator<SvgElement> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of SvgElement)
Returns
Type Description
IEnumerator<SvgElement>
Implements