ImageTransformOCollectionEffectiveData
Contents
[
Hide
]ImageTransformOCollectionEffectiveData class
Immutable object that represents a readonly collection of effective image transform effects.
public class ImageTransformOCollectionEffectiveData : IImageTransformOCollectionEffectiveData
Constructors
| Name | Description |
|---|---|
| ImageTransformOCollectionEffectiveData() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Count { get; } | Returns the number of image effects in a collection. Read-only Int32. |
| IsSynchronized { get; } | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean. |
| Item { get; } | Returns element by index. |
| SyncRoot { get; } | Returns a synchronization root. Read-only Object. |
Methods
| Name | Description |
|---|---|
| CopyTo(Array, int) | Copies all elements from the collection into the specified array. |
| override Equals(object) | Determines whether the specified object is equal to the current object. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. |
| override GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Remarks
Name IImageTransformOperationCollectionEffectiveData truncuted to IImageTransformOCollectionEffectiveData because of COM names length cannot be more then 39.
See Also
- interface IImageTransformOCollectionEffectiveData
- namespace Aspose.Slides.Effects
- assembly Aspose.Slides