Class ColorMatrixExtensions

Class ColorMatrixExtensions

Der Name: Aspose.Imaging.Extensions Versammlung: Aspose.Imaging.dll (25.4.0)

Die Aspose.Imaging.ColorMatrix Erweiterungsmethoden.

public static class ColorMatrixExtensions

Inheritance

object ColorMatrixExtensions

Vererbte Mitglieder

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Methods

ToGdiColorMatrix(ColorMatrix)

Umwandelt die Aspose.Imaging.ColorMatrix in System.Drawing.Imaging.ColorMatrix.

public static ColorMatrix ToGdiColorMatrix(ColorMatrix colorMatrix)

Parameters

colorMatrix ColorMatrix

Die Farbmatrix zu konvertieren.

Returns

ColorMatrix

Das Konvertierte System.Drawing.Imaging.ColorMatrix.

 Deutsch