<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />

System.Drawing.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 } }