7 lines
178 B
C#
7 lines
178 B
C#
namespace EnvelopeGenerator.Application.Pdf.PSPDFKit;
|
|
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
/// <param name="Points"></param>
|
|
public record Lines(List<List<List<float>>> Points); |