Click or drag to resize

StiExcel2007GeomWriterDrawBezier Method

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

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawBezier(
	PointF p1,
	PointF p2,
	PointF p3,
	PointF p4,
	Object pen
)

Parameters

p1
Type: System.DrawingPointF

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

p2
Type: System.DrawingPointF

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

p3
Type: System.DrawingPointF

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

p4
Type: System.DrawingPointF

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

pen
Type: SystemObject

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

Implements

IStiExportGeomWriterDrawBezier(PointF, PointF, PointF, PointF, Object)
See Also