Class MatrixExtensions

Class MatrixExtensions

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

Es enthält die Aspose.Imaging.Matrix-Klasse Erweiterungen.

public static class MatrixExtensions

Inheritance

object MatrixExtensions

Vererbte Mitglieder

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

Methods

ToGdiMatrix(Matrix)

Umwandelt die Aspose.Imaging.Matrix in die System.Drawing.Drawing2D.Matrix.

public static Matrix ToGdiMatrix(Matrix matrix)

Parameters

matrix Matrix

Die Aspose.Imaging.Matrix zu konvertieren.

Returns

Matrix

Das Konvertierte System.Drawing.Drawing2D.Matrix.

 Deutsch