<PackageReference Include="System.Drawing.Common" Version="10.0.4" />

System.Drawing.Drawing2D.PathData

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