<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.5.23280.5" />

MetafileFrameUnit

public enum MetafileFrameUnit
Specifies the unit of measurement for the rectangle used to size and position a metafile. This is specified during the creation of the Metafile object.

The unit of measurement is 1/300 of an inch.

The unit of measurement is 0.01 millimeter. Provided for compatibility with GDI.

Inch = 4

The unit of measurement is 1 inch.

The unit of measurement is 1 millimeter.

Pixel = 2

The unit of measurement is 1 pixel.

Point = 3

The unit of measurement is 1 printer's point.