Aurigma Graphics Mill 5.5 for .NET
VObjectCollection Class
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)
Syntax
Visual Basic
<SerializableAttribute> _ <DefaultMemberAttribute("Item")> _ Public Class VObjectCollection _ Implements IList, ICollection, IEnumerable, IDisposable
C#
[SerializableAttribute] [DefaultMemberAttribute("Item")] public class VObjectCollection : IList, ICollection, IEnumerable, IDisposable
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.VObjectCollection
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.




