<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

SmoothingMode

public enum SmoothingMode
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
namespace System.Drawing.Drawing2D { public enum SmoothingMode { Invalid = -1, Default, HighSpeed, HighQuality, None, AntiAlias } }