<PackageReference Include="System.Drawing.Common" Version="6.0.0-preview.2.21154.6" />

PathData

public sealed class PathData
namespace System.Drawing.Drawing2D { public sealed class PathData { public PointF[] Points { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public byte[] Types { get { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } set { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } public PathData() { throw new PlatformNotSupportedException(System.SR.PlatformNotSupported_Drawing); } } }