Click or drag to resize

StiExcel2007GeomWriterDrawArc Method

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

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void DrawArc(
	RectangleF rect,
	PointF p1,
	PointF p2,
	Pen pen
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Export.StiExcel2007GeomWriter.DrawArc(System.Drawing.RectangleF,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.Pen)"]

p1
Type: System.DrawingPointF

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

p2
Type: System.DrawingPointF

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

pen
Type: System.DrawingPen

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

See Also