Packages

 

com.aspose.psd.extensions

Class MatrixExtensions



  • public final class MatrixExtensions
    extends Object

    Contains the Matrix class extensions.

    • Method Detail

      • toGdiMatrix

        public static AffineTransform toGdiMatrix(Matrix matrix)

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

        Parameters:
        matrix - The Matrix to convert.
        Returns:
        The converted System.Drawing.Drawing2D.Matrix.