Provides a collection of Action objects that will be applied on an Element object. This class cannot be inherited.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public sealed class ActionCollection : IList, 
	ICollection, IEnumerable
Visual Basic (Declaration)
Public NotInheritable Class ActionCollection _
	Implements IList, ICollection, IEnumerable
Visual C++
public ref class ActionCollection sealed : IList, 
	ICollection, IEnumerable

Inheritance Hierarchy

System..::.Object
  Neodynamic.SDK.ImageDraw..::.ActionCollection

See Also