Click or drag to resize

StiGaugeContextPainter Constructor

Initializes a new instance of the StiGaugeContextPainter class

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiGaugeContextPainter(
	StiGauge gauge,
	RectangleF rect,
	float zoom
)

Parameters

gauge
Type: Stimulsoft.Report.GaugeStiGauge

[Missing <param name="gauge"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.#ctor(Stimulsoft.Report.Gauge.StiGauge,System.Drawing.RectangleF,System.Single)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.#ctor(Stimulsoft.Report.Gauge.StiGauge,System.Drawing.RectangleF,System.Single)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeContextPainter.#ctor(Stimulsoft.Report.Gauge.StiGauge,System.Drawing.RectangleF,System.Single)"]

See Also