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

CoordinateSpace

public enum CoordinateSpace
Specifies the system to use when evaluating coordinates.
namespace System.Drawing.Drawing2D { public enum CoordinateSpace { World, Page, Device } }