StiPageGdiPainterPaintOrderAndQuickInfo 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 override void PaintOrderAndQuickInfo(
StiComponent component,
Graphics g,
string number
)
Public Overrides Sub PaintOrderAndQuickInfo (
component As StiComponent,
g As Graphics,
number As String
)
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
[Missing <param name="component"/> documentation for "M:Stimulsoft.Report.Painters.StiPageGdiPainter.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