ToGdiMatrix

MatrixExtensions.ToGdiMatrix method

Converts the Matrix to the Matrix.

public static Matrix ToGdiMatrix(Matrix matrix)
ParameterTypeDescription
matrixMatrixThe Matrix to convert.

Return Value

The converted Matrix.

See Also