This class represents a storage for the IVObjectAction objects of a composite v-object.

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

Syntax

Visual Basic

<DefaultMemberAttribute("Item")> _
Public Class JointVObjectActionCollection _
	Implements IVObjectActionCollection, ICollection, IEnumerable

C#

[DefaultMemberAttribute("Item")]
public class JointVObjectActionCollection : IVObjectActionCollection, ICollection, 
	IEnumerable

Remarks

A collection of actions supported by a particular JointControlPointsProvider object (see SupportedActions) will be of this type.

Inheritance Hierarchy

System..::.Object L Aurigma.GraphicsMill.WinControls..::.JointVObjectActionCollection

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.