Click or drag to resize

StiGaugeSvgHelperGetArcPath Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.GetArcPath(System.Drawing.RectangleF,System.String,System.Single,System.Double,System.Boolean)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string GetArcPath(
	RectangleF rect,
	string path_,
	float startAngle,
	double sweepAngle,
	bool isSetStartPoint
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.GetArcPath(System.Drawing.RectangleF,System.String,System.Single,System.Double,System.Boolean)"]

path_
Type: SystemString

[Missing <param name="path_"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.GetArcPath(System.Drawing.RectangleF,System.String,System.Single,System.Double,System.Boolean)"]

startAngle
Type: SystemSingle

[Missing <param name="startAngle"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.GetArcPath(System.Drawing.RectangleF,System.String,System.Single,System.Double,System.Boolean)"]

sweepAngle
Type: SystemDouble

[Missing <param name="sweepAngle"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.GetArcPath(System.Drawing.RectangleF,System.String,System.Single,System.Double,System.Boolean)"]

isSetStartPoint
Type: SystemBoolean

[Missing <param name="isSetStartPoint"/> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.GetArcPath(System.Drawing.RectangleF,System.String,System.Single,System.Double,System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Stimulsoft.Report.Export.StiGaugeSvgHelper.GetArcPath(System.Drawing.RectangleF,System.String,System.Single,System.Double,System.Boolean)"]

See Also