This class represents a group of vector objects.

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

Syntax

Visual Basic

<SerializableAttribute> _
Public Class CompositeVObject _
	Inherits VObject

C#

[SerializableAttribute]
public class CompositeVObject : VObject

Remarks

Use this class when you need to work with several vector objects as a whole.

Inheritance Hierarchy

System..::.Object L Aurigma.GraphicsMill.WinControls..::.VObject L Aurigma.GraphicsMill.WinControls..::.CompositeVObject

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.