Click or drag to resize

StiComponentGdiPainterPaintProgress Method

Paints progress of a component.

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void PaintProgress(
	Graphics g,
	RectangleD rect,
	StiProgressStatus progressStatus,
	Nullable<float> value = null
)

Parameters

g
Type: System.DrawingGraphics
The Graphics to paint on.
rect
Type: Stimulsoft.Base.DrawingRectangleD
The rectangle.
progressStatus
Type: Stimulsoft.Base.HelpersStiProgressStatus

[Missing <param name="progressStatus"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintProgress(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Base.Helpers.StiProgressStatus,System.Nullable{System.Single})"]

value (Optional)
Type: SystemNullableSingle

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintProgress(System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD,Stimulsoft.Base.Helpers.StiProgressStatus,System.Nullable{System.Single})"]

See Also