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

GraphicsUnit

public enum GraphicsUnit
Specifies the unit of measure for the given data.
namespace System.Drawing { public enum GraphicsUnit { World, Display, Pixel, Point, Inch, Document, Millimeter } }