Click or drag to resize

StiGdiGaugeContextPainter Constructor

Initializes a new instance of the StiGdiGaugeContextPainter class

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

Parameters

g
Type: System.DrawingGraphics

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

gauge
Type: Stimulsoft.Report.GaugeStiGauge

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

rect
Type: System.DrawingRectangleF

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

zoom
Type: SystemSingle

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

See Also