ImageTransformOperation

ImageTransformOperation

Overview

ImageTransformOperation is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IImageTransformOperation.

Represents an image-transform operation applied to an image effect.

Methods

SignatureDescription
ImageTransformOperation()Creates an {@code ImageTransformOperation} with no parent slide.
ImageTransformOperation(parentSlide: IBaseSlide)Creates an {@code ImageTransformOperation} associated with the given slide.
asIImageTransformOperation()IImageTransformOperationReturns this instance as an IImageTransformOperation

See Also