PdfPolylineElement(IEnumerablePdfPointF) Constructor

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

Definition

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

Parameters

points  IEnumerablePdfPointF
The ordered list of points the polyline passes through

See Also