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

CoordinateSpace

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