Click or drag to resize

StiGraphicsPathGaugeGeom Constructor

Initializes a new instance of the StiGraphicsPathGaugeGeom class

Namespace:  Stimulsoft.Report.Gauge.GaugeGeoms
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGraphicsPathGaugeGeom(
	RectangleF rect,
	PointF startPoint,
	StiBrush background,
	StiBrush borderBrush,
	float borderWidth
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathGaugeGeom.#ctor(System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single)"]

startPoint
Type: System.DrawingPointF

[Missing <param name="startPoint"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathGaugeGeom.#ctor(System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single)"]

background
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="background"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathGaugeGeom.#ctor(System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single)"]

borderBrush
Type: Stimulsoft.Base.DrawingStiBrush

[Missing <param name="borderBrush"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathGaugeGeom.#ctor(System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single)"]

borderWidth
Type: SystemSingle

[Missing <param name="borderWidth"/> documentation for "M:Stimulsoft.Report.Gauge.GaugeGeoms.StiGraphicsPathGaugeGeom.#ctor(System.Drawing.RectangleF,System.Drawing.PointF,Stimulsoft.Base.Drawing.StiBrush,Stimulsoft.Base.Drawing.StiBrush,System.Single)"]

See Also