Click or drag to resize

StiGraphicsPathLineGaugeGeom Constructor

Initializes a new instance of the StiGraphicsPathLineGaugeGeom class

Namespace:  Stimulsoft.Report.Gauge.GaugeGeoms
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGraphicsPathLineGaugeGeom(
	PointF p1,
	PointF p2
)

Parameters

p1
Type: System.DrawingPointF

[Missing <param name="p1"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathLineGaugeGeom.#ctor(System.Drawing.PointF,System.Drawing.PointF)"]

p2
Type: System.DrawingPointF

[Missing <param name="p2"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathLineGaugeGeom.#ctor(System.Drawing.PointF,System.Drawing.PointF)"]

See Also