Aurigma Graphics Mill 5.5 for .NET
Layer Class
This class represents a layer of an image.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
<SerializableAttribute> _ Public Class Layer _ Implements ISerializable, IDeserializationCallback
C#
[SerializableAttribute] public class Layer : ISerializable, IDeserializationCallback
Remarks
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.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.Layer
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.




