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

LayerCollection.Add Method (Object)

Adds an object to the end of the collection.

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

Syntax

Visual Basic
Public Function Add ( _
	value As Object _
) As Integer
C#
public int Add(
	Object value
)

Parameters

value

Type: System.Object

An object to be added. Cannot be a null reference.

Return Value

The index at which the value has been added.

Implements

IList.Add(Object)

Remarks

Newly added layer will be the topmost in the control.

See Also

Reference