<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />

System.Drawing.Drawing2D.WarpMode

public enum WarpMode
Specifies the type of warp transformation applied in a Warp method.
namespace System.Drawing.Drawing2D { public enum WarpMode { Perspective, Bilinear } }