ImageTransformOCollectionEffectiveData Class

Immutable object that represents a readonly collection of effective image transform effects.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.EffectsImageTransformOCollectionEffectiveData

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ImageTransformOCollectionEffectiveData : IImageTransformOCollectionEffectiveData, 
	IGenericCollection<IEffectEffectiveData>, IEnumerable<IEffectEffectiveData>, IEnumerable, 
	ICollection

The ImageTransformOCollectionEffectiveData type exposes the following members.

Constructors
  NameDescription
Public methodImageTransformOCollectionEffectiveData
Initializes a new instance of the ImageTransformOCollectionEffectiveData class
Properties
  NameDescription
Public propertyCount
Returns the number of image effects in a collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns element by index.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodCopyTo
Copies all elements from the collection into the specified array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
Name IImageTransformOperationCollectionEffectiveData truncuted to IImageTransformOCollectionEffectiveData because of COM names length cannot be more then 39.
See Also