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

In This Topic
Swap Method (SvgElementCollection)
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 _
) 
 

Parameters

index1
index2
See Also