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

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 } }