Class MatrixExtensions

Class MatrixExtensions

Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.2.0)

Contains the Aspose.Imaging.Matrix class extensions.

public static class MatrixExtensions

Inheritance

objectMatrixExtensions

Inherited Members

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

Methods

ToGdiMatrix(Matrix)

Converts the Aspose.Imaging.Matrix to the System.Drawing.Drawing2D.Matrix.

public static Matrix ToGdiMatrix(Matrix matrix)

Parameters

matrix Matrix

The Aspose.Imaging.Matrix to convert.

Returns

Matrix

The converted System.Drawing.Drawing2D.Matrix.