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

ListItemCollection.ToArray Method

Copies all elements of the collection to a new array.

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

Syntax

Visual Basic
Public Function ToArray As IListItem()
C#
public IListItem[] ToArray()

Return Value

An array of objects which implement the IListItem interface containing all items of the collection.

See Also

Reference