ImageTransformEffectCollection Class |
Namespace: Spire.Presentation.Collections
The ImageTransformEffectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of image effects in a collection.
Read-only
Int32
.
(Inherited from
ImageTransform
.)
|
|
|
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
|
|
|
Item |
Gets an
ImageTransformBase
from the collection by it's index.
(Inherited from
ImageTransform
.)
|
|
|
Presentation |
Gets the parent presentation for an ImageTransform collection.
Read-only
PresentationPptx
.
(Inherited from
ImageTransform
.)
|
|
|
Slide |
Gets the parent slide for an ImageTransform collection.
Read-only
ActiveSlide
.
(Inherited from
ImageTransform
.)
|
|
|
SyncRoot |
Gets a synchronization root.
Readonly
Object
.
|
| Name | Description | |
|---|---|---|
|
|
Add |
Adds the new image effect to the end of a collection.
(Inherited from
ImageTransform
.)
|
|
|
Clear |
Removes all image effects from a collection.
(Inherited from
ImageTransform
.)
|
|
|
CopyTo |
Copies all elements from the collection to the specified array.
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
GetEnumerator |
Gets an enumerator for the entire collection.
(Inherited from
ImageTransform
.)
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
RemoveAt |
Removes an image effect from a collection at the specified index.
(Inherited from
ImageTransform
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|