Click or drag to resize

StiGaugeGdiPainterDrawGauge Method (Graphics, StiGauge, RectangleF, Single)

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiGaugeGdiPainter.DrawGauge(System.Drawing.Graphics,Stimulsoft.Report.Gauge.StiGauge,System.Drawing.RectangleF,System.Single)"]

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

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiGaugeGdiPainter.DrawGauge(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.Report.Painters.StiGaugeGdiPainter.DrawGauge(System.Drawing.Graphics,Stimulsoft.Report.Gauge.StiGauge,System.Drawing.RectangleF,System.Single)"]

rect
Type: System.DrawingRectangleF

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

zoom
Type: SystemSingle

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

See Also