Click or drag to resize

StiGraphicsPathArcGaugeGeom Constructor

Initializes a new instance of the StiGraphicsPathArcGaugeGeom class

Namespace:  Stimulsoft.Report.Gauge.GaugeGeoms
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGraphicsPathArcGaugeGeom(
	float x,
	float y,
	float width,
	float height,
	float startAngle,
	float sweepAngle
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathArcGaugeGeom.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathArcGaugeGeom.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

width
Type: SystemSingle

[Missing <param name="width"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathArcGaugeGeom.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathArcGaugeGeom.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

startAngle
Type: SystemSingle

[Missing <param name="startAngle"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathArcGaugeGeom.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

sweepAngle
Type: SystemSingle

[Missing <param name="sweepAngle"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathArcGaugeGeom.#ctor(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

See Also