Class ColorMatrixExtensions
Class ColorMatrixExtensions
Название пространства: Aspose.Imaging.Extensions Ассоциация: Aspose.Imaging.dll (25.4.0)
Методы расширения Aspose.Imaging.ColorMatrix.
public static class ColorMatrixExtensions
Inheritance
object ← ColorMatrixExtensions
Наследованные члены
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiColorMatrix(ColorMatrix)
Конвертируйте Aspose.Imaging.ColorMatrix в System.Drawing.Imaging, ColorMatrix.
public static ColorMatrix ToGdiColorMatrix(ColorMatrix colorMatrix)
Parameters
colorMatrix
ColorMatrix
Цветная матрица для конвертации.
Returns
Конвертируемый System.Drawing.Imaging.ColorMatrix.