Click or drag to resize

StiPdfGeomWriterDrawPolyline Method (PointF, Object, Boolean, Boolean)

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

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawPolyline(
	PointF[] points,
	Object pen,
	bool close,
	bool drawTo = false
)

Parameters

points
Type: System.DrawingPointF

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

pen
Type: SystemObject

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

close
Type: SystemBoolean

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

drawTo (Optional)
Type: SystemBoolean

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

See Also