<PackageReference Include="System.Drawing.Common" Version="5.0.0-preview.4.20251.6" />

SmoothingMode

public enum SmoothingMode
namespace System.Drawing.Drawing2D { public enum SmoothingMode { AntiAlias = 4, Default = 0, HighQuality = 2, HighSpeed = 1, Invalid = -1, None = 3 } }