<PackageReference Include="System.Drawing.Common" Version="4.5.0-rc1" />
GraphicsPathIterator
public int Count {
get; }
public int CopyData(
ref PointF points,
ref byte types,
int startIndex,
int endIndex)
public int NextMarker(
out int startIndex,
out int endIndex)
public int NextPathType(
out byte pathType,
out int startIndex,
out int endIndex)
public int NextSubpath(
out int startIndex,
out int endIndex,
out bool isClosed)