PdfPolylineElement(PdfPointF) Constructor

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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfPolylineElement(
	params PdfPointF[] points
)

Parameters

points  PdfPointF
The ordered points the polyline passes through

See Also