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

PathData

public sealed class PathData
Contains the graphical data that makes up a GraphicsPath object. This class cannot be inherited.
using System.Runtime.CompilerServices; namespace System.Drawing.Drawing2D { [NullableContext(2)] [Nullable(0)] public sealed class PathData { public PointF[] Points { get; set; } public byte[] Types { get; set; } } }