Click or drag to resize

StiPdfGeomWriterFillPolygon Method

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

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

Parameters

points
Type: System.DrawingPointF

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

brush
Type: SystemObject

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

Implements

IStiExportGeomWriterFillPolygon(PointF, Object)
See Also