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

WarpMode

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