This class represents a storage for v-objects (i.e. objects which implement the IVObject interface).
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class VObjectCollection _
Implements IList, ICollection, IEnumerable, IDisposable
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
public class VObjectCollection : IList, ICollection, IEnumerable,
IDisposable
A collection of v-objects contained in Layer instances (VObjects property) will be of this type.