Click or drag to resize

StiComponentGdiPainterPaintOrderAndQuickInfo Method

Paints order numbers and quick info of a component.

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void PaintOrderAndQuickInfo(
	StiComponent component,
	Graphics g,
	string number
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent

[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiComponentGdiPainter.PaintOrderAndQuickInfo(Stimulsoft.Report.Components.StiComponent,System.Drawing.Graphics,System.String)"]

g
Type: System.DrawingGraphics
The Graphics to paint on.
number
Type: SystemString
A number of the component order for painting.
See Also