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

In This Topic
Move Method (SvgElementCollection)
In This Topic
Moves the element at the fromIndex to the position of the toIndex.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal fromIndex As System.Integer, _
   ByVal toIndex As System.Integer _
) 
 

Parameters

fromIndex
toIndex
See Also