StiContainerGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiComponentGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| Paint | void | |
| PaintBandInteraction | void | |
| PaintColumns | void | |
| PaintComponents | void | Paints components. |
| PaintSelectionComponents | void | Paints selection of components. |
Method Details
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintBandInteraction
PaintBandInteraction(component: StiComponent, g: Graphics): void
Parameters
- component (StiComponent)
- g (Graphics)
PaintColumns
PaintColumns(container: StiContainer, g: Graphics): void
Parameters
- container (StiContainer)
- g (Graphics)
PaintComponents
PaintComponents(container: StiContainer, e: StiPaintEventArgs): void
Paints components.
Parameters
- container (StiContainer)
- e (StiPaintEventArgs) — Argument for painting.
PaintSelectionComponents
PaintSelectionComponents(container: StiContainer, g: Graphics): void
Paints selection of components.
Parameters
- container (StiContainer)
- g (Graphics)