ImageTransformOperationFactory Class

Allows to create image transform operations
Inheritance Hierarchy
SystemObject
  Aspose.Slides.EffectsImageTransformOperationFactory

Namespace:  Aspose.Slides.Effects
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ImageTransformOperationFactory : IImageTransformOperationFactory

The ImageTransformOperationFactory type exposes the following members.

Constructors
  NameDescription
Public methodImageTransformOperationFactory
Initializes a new instance of the ImageTransformOperationFactory class
Methods
  NameDescription
Public methodCreateAlphaBiLevel
Creates Alpha BiLevel effect.
Public methodCreateAlphaFloor
Creates Alpha floor effect.
Public methodCreateAlphaInverse
Creates Alpha inverse effect.
Public methodCreateAlphaModulate
Creates Alpha modulate effect.
Public methodCreateAlphaModulateFixed
Creates Alpha modulate fixed effect.
Public methodCreateAlphaReplace
Creates Alpha replace effect.
Public methodCreateAlphCeiling
Creates Alpha Ceiling effect.
Public methodCreateBiLevel
Creates BiLevel effect.
Public methodCreateBlur
Creates Blur effect.
Public methodCreateColorChange
Creates Color change effect.
Public methodCreateColorReplace
Creates Color replace effect.
Public methodCreateDuotone
Creates Duotone effect.
Public methodCreateFillOverlay
Creates Fill overlay effect.
Public methodCreateGrayScale
Creates Gray scale effect.
Public methodCreateHSL
Creates Hue Saturation Luminance effect.
Public methodCreateLuminance
Createtes Luminance effect.
Public methodCreateTint
Creates Tint effect.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Remarks
For COM compatibility.
See Also