StiBandGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiContainerGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| Paint | void | |
| PaintBandContent | void | |
| PaintBandHeader | void | |
| PaintColumns | void | Paints the columns. |
| PaintDataBandColumns | void | |
| PaintDataBandHeader | void | |
| PaintSelection | void | |
| PaintSpecialDockService | void |
Method Details
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintBandContent
PaintBandContent(band: StiBand, g: Graphics, rect: RectangleD): void
Parameters
- band (StiBand)
- g (Graphics)
- rect (RectangleD)
PaintBandHeader
PaintBandHeader(band: StiBand, g: Graphics, rect: RectangleD, headerRect: RectangleD): void
Parameters
- band (StiBand)
- g (Graphics)
- rect (RectangleD)
- headerRect (RectangleD)
PaintColumns
PaintColumns(container: StiContainer, g: Graphics): void
Paints the columns.
Parameters
- container (StiContainer)
- g (Graphics) — The Graphics to paint on.
PaintDataBandColumns
PaintDataBandColumns(band: StiBand, g: Graphics, rect: RectangleD): void
Parameters
- band (StiBand)
- g (Graphics)
- rect (RectangleD)
PaintDataBandHeader
PaintDataBandHeader(band: StiBand, g: Graphics, rect: RectangleD, headerRect: RectangleD, stringFormat: StringFormat, font: Font): void
Parameters
- band (StiBand)
- g (Graphics)
- rect (RectangleD)
- headerRect (RectangleD)
- stringFormat (StringFormat)
- font (Font)
PaintSelection
PaintSelection(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintSpecialDockService
PaintSpecialDockService(band: StiBand, g: Graphics, headerRect: RectangleD, fullRect: RectangleD): void
Parameters
- band (StiBand)
- g (Graphics)
- headerRect (RectangleD)
- fullRect (RectangleD)