ImageTransform
Add Method
|
Adds the new image effect to the end of a collection.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public int Add(
ImageTransformBase base
)
Public Function Add (
base As ImageTransformBase
) As Integer
public:
int Add(
ImageTransformBase^ base
)
member Add :
base : ImageTransformBase -> int
Parameters
-
base
-
Type:
Spire.Presentation.Drawing
ImageTransformBase
The image effect to add to the end of a collection.
Return Value
Type:
Int32
Index of the new image effect in a collection.
See Also