Document Solutions for PDF
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 _
    ) 
    public void Move( 
       System.int fromIndex,
       System.int toIndex
    )

    Parameters

    fromIndex
    toIndex
    See Also