PdfPolylineElement(IEnumerablePdfPointF) Constructor

Initializes a new instance of the PdfPolylineElement class with the specified points

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfPolylineElement(
	IEnumerable<PdfPointF> points
)

Parameters

points  IEnumerablePdfPointF
The ordered list of points the polyline passes through

See Also