Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElementCollection Class / Swap Method

In This Topic
    Swap Method
    In This Topic
    Swaps two elements at the index1 and index2.
    Syntax
    'Declaration
     
    Public Sub Swap( _
       ByVal index1 As System.Integer, _
       ByVal index2 As System.Integer _
    ) 
    public void Swap( 
       System.int index1,
       System.int index2
    )

    Parameters

    index1
    index2
    See Also