This class represents a layer of an image.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<SerializableAttribute> _ Public Class Layer _ Implements ISerializable, IDeserializationCallback
[SerializableAttribute] public class Layer : ISerializable, IDeserializationCallback
Each layer is associated with some IVObjectHost object and contains one or more v-objects. Objects of a particular layer are organized in an array VObjects. You can add, remove or swap them within the layer. To move the v-object to another layer, you will need to remove it from the source layer and add it to the destination layer.