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

LayerCollection Class

This class represents a collection of layers.

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

Syntax

Visual Basic
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class LayerCollection _
	Implements IList, ICollection, IEnumerable, ISerializable
C#
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class LayerCollection : IList, ICollection, IEnumerable, 
	ISerializable

Remarks

Each host control contains a set of layers represented with this class. Each layer contains a collection of v-objects.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.WinControls.LayerCollection

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

Object Model




See Also

Reference