Click or drag to resize

StiPdfGeomWriterDrawBezierTo Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawBezierTo(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 DrawBezierTo(
	PointF p2,
	PointF p3,
	PointF p4,
	Object pen
)

Parameters

p2
Type: System.DrawingPointF

[Missing <param name="p2"/> documentation for "M:Stimulsoft.Report.Export.StiPdfGeomWriter.DrawBezierTo(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.StiPdfGeomWriter.DrawBezierTo(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.StiPdfGeomWriter.DrawBezierTo(System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF,System.Object)"]

pen
Type: SystemObject

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

Implements

IStiExportGeomWriterDrawBezierTo(PointF, PointF, PointF, Object)
See Also