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

LayerCollection.Add Method

Adds a layer to the end of the collection.

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

Syntax

Visual Basic
Public Overrides Sub Add ( _
	item As Layer _
)
C#
public override void Add(
	Layer item
)

Parameters

item

Type: Aurigma.GraphicsMill.AjaxControls.VectorObjects.Layer

The layer to add.

See Also

Reference