<PackageReference Include="System.Drawing.Common" Version="9.0.5" />

Matrix

public sealed class Matrix : MarshalByRefObject, IDisposable
Encapsulates a 3-by-3 affine matrix that represents a geometric transform. This class cannot be inherited.
namespace System.Drawing.Drawing2D { public enum WrapMode { Tile, TileFlipX, TileFlipY, TileFlipXY, Clamp } }