<PackageReference Include="System.Drawing.Common" Version="9.0.0-preview.5.24306.5" />

CoordinateSpace

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