Click or drag to resize

StiPdfGeomWriterDrawPolylineTo Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawPolylineTo(System.Drawing.PointF[],System.Object)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawPolylineTo(
	PointF[] points,
	Object pen
)

Parameters

points
Type: System.DrawingPointF

[Missing <param name="points"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawPolylineTo(System.Drawing.PointF[],System.Object)"]

pen
Type: SystemObject

[Missing <param name="pen"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawPolylineTo(System.Drawing.PointF[],System.Object)"]

Implements

IStiExportGeomWriterDrawPolylineTo(PointF, Object)
See Also