IImageTransformOperationFactory

IImageTransformOperationFactory-Schnittstelle

Ermöglicht das Erstellen von Instanzen von Bildeffekten

public interface IImageTransformOperationFactory

Methoden

NameBeschreibung
CreateAlphaBiLevel(float)Erstellt Alpha BiLevel-Effekt.
CreateAlphaFloor()Erstellt Alpha Floor-Effekt.
CreateAlphaInverse()Erstellt Alpha Inverse-Effekt.
CreateAlphaModulate()Erstellt Alpha Modulate-Effekt.
CreateAlphaModulateFixed(float)Erstellt Alpha Modulate Fixed-Effekt.
CreateAlphaReplace(float)Erstellt Alpha Replace-Effekt.
CreateAlphaCeiling()Erstellt Alpha Ceiling-Effekt.
CreateBiLevel(float)Erstellt BiLevel-Effekt.
CreateBlur(double, bool)Erstellt Blur-Effekt.
CreateColorChange()Erstellt Color Change-Effekt.
CreateColorReplace()Erstellt Color Replace-Effekt.
CreateDuotone()Erstellt Duotone-Effekt.
CreateFillOverlay()Erstellt Fill Overlay-Effekt.
CreateGrayScale()Erstellt Gray Scale-Effekt.
CreateHSL(float, float, float)Erstellt Hue Saturation Luminance-Effekt.
CreateLuminance(float, float)Erstellt Luminance-Effekt.
CreateTint(float, float)Erstellt Tint-Effekt.

Anmerkungen

Für COM-Schnittstelle.

Siehe auch