<PackageReference Include="System.Drawing.Common" Version="9.0.0-preview.6.24327.6" />

MatrixOrder

public enum MatrixOrder
Specifies the order for matrix transform operations.
Append = 1

The new operation is applied after the old operation.

Prepend = 0

The new operation is applied before the old operation.