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