This documentation is for the old version. Go to the latest Graphics Mill docs

ListItemCollection.Swap Method (IListItem, IListItem)

Swaps two elements of the list.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Sub Swap ( _
	item0 As IListItem, _
	item1 As IListItem _
)
C#
public void Swap(
	IListItem item0,
	IListItem item1
)

Parameters

item0

Type: Aurigma.GraphicsMill.WinControls.IListItem

The first element to swap.
item1

Type: Aurigma.GraphicsMill.WinControls.IListItem

The second element to swap.

See Also

Reference