ImageTransformOCollectionEffectiveData
ImageTransformOCollectionEffectiveData class
Immutable object that represents a readonly collection of effective image transform effects.
Name IImageTransformOperationCollectionEffectiveData truncuted to IImageTransformOCollectionEffectiveData because of COM names length cannot be more then 39.
ImageTransformOCollectionEffectiveData
| Name | Description |
|---|---|
| ImageTransformOCollectionEffectiveData() |
Result: ImageTransformOCollectionEffectiveData
equals
| Name | Description |
|---|---|
| equals (Object) | Determines whether the specified object is equal to the current object. |
Parameters:
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current object. |
Result: boolean
getSyncRoot
| Name | Description |
|---|---|
| getSyncRoot () | Returns a synchronization root. Read-only Object. |
Result: Object
get_Item
| Name | Description |
|---|---|
| get_Item (int) | Returns element by index. |
Parameters:
| Name | Type | Description |
|---|---|---|
| index | int | Index of element. |
Result: InnerShadowEffectiveData, AlphaReplaceEffectiveData, AlphaCeilingEffectiveData, PresetShadowEffectiveData, ColorReplaceEffectiveData, AlphaBiLevelEffectiveData, OuterShadowEffectiveData, AlphaModulateFixedEffectiveData, TintEffectiveData, SoftEdgeEffectiveData, AlphaFloorEffectiveData, AlphaInverseEffectiveData, HSLEffectiveData, BiLevelEffectiveData, GlowEffectiveData, FillOverlayEffectiveData, ReflectionEffectiveData, BlurEffectiveData, ColorChangeEffectiveData, EffectEffectiveData, GrayScaleEffectiveData, DuotoneEffectiveData, LuminanceEffectiveData, AlphaModulateEffectiveData
hashCode
| Name | Description |
|---|---|
| hashCode () | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Result: int
isSynchronized
| Name | Description |
|---|---|
| isSynchronized () | Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean. |
Result: boolean
iterator
| Name | Description |
|---|---|
| iterator () | Returns an enumerator that iterates through the collection. |
Result:
iteratorJava
| Name | Description |
|---|---|
| iteratorJava () | Returns a java iterator for the entire collection. |
Result:
size
| Name | Description |
|---|---|
| size () | Returns the number of image effects in a collection. Read-only int. |
Result: int