Click or drag to resize

StiElementGdiPainterPaintStatus Method

[Missing <summary> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiElementGdiPainter.PaintStatus(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Report.Dashboard.IStiElement,System.String,System.String,System.Nullable{System.Double})"]

Namespace:  Stimulsoft.Dashboard.Drawing.Painters
Assembly:  Stimulsoft.Dashboard.Drawing (in Stimulsoft.Dashboard.Drawing.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintStatus(
	Graphics g,
	RectangleF rect,
	IStiElement element,
	string text,
	string fullImageName,
	Nullable<double> zoom = null
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiElementGdiPainter.PaintStatus(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Report.Dashboard.IStiElement,System.String,System.String,System.Nullable{System.Double})"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiElementGdiPainter.PaintStatus(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Report.Dashboard.IStiElement,System.String,System.String,System.Nullable{System.Double})"]

element
Type: Stimulsoft.Report.DashboardIStiElement

[Missing <param name="element"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiElementGdiPainter.PaintStatus(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Report.Dashboard.IStiElement,System.String,System.String,System.Nullable{System.Double})"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiElementGdiPainter.PaintStatus(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Report.Dashboard.IStiElement,System.String,System.String,System.Nullable{System.Double})"]

fullImageName
Type: SystemString

[Missing <param name="fullImageName"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiElementGdiPainter.PaintStatus(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Report.Dashboard.IStiElement,System.String,System.String,System.Nullable{System.Double})"]

zoom (Optional)
Type: SystemNullableDouble

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Dashboard.Drawing.Painters.StiElementGdiPainter.PaintStatus(System.Drawing.Graphics,System.Drawing.RectangleF,Stimulsoft.Report.Dashboard.IStiElement,System.String,System.String,System.Nullable{System.Double})"]

See Also