StiTableCellTextGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiComponentGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| GetImage | Image | |
| Paint | void | |
| PaintBackground | void | |
| PaintBorder | void | |
| PaintLinesOfUnderlining | void | |
| PaintOneLineOfUnderline | void | |
| PaintSelection | void | |
| PaintText | void |
Method Details
GetImage
GetImage(component: StiComponent, zoom: float, format: StiExportFormat): Image
Parameters
- component (StiComponent)
- zoom (float)
- format (StiExportFormat)
Returns Image
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintBackground
PaintBackground(text: StiTableCell, g: Graphics, rect: RectangleD): void
Parameters
- text (StiTableCell)
- g (Graphics)
- rect (RectangleD)
PaintBorder
PaintBorder(text: StiTableCell, g: Graphics, rect: RectangleD, drawBorderFormatting: bool, drawTopmostBorderSides: bool): void
Parameters
- text (StiTableCell)
- g (Graphics)
- rect (RectangleD)
- drawBorderFormatting (bool)
- drawTopmostBorderSides (bool)
PaintLinesOfUnderlining
PaintLinesOfUnderlining(text: StiTableCell, g: Graphics, rect: RectangleD): void
Parameters
- text (StiTableCell)
- g (Graphics)
- rect (RectangleD)
PaintOneLineOfUnderline
PaintOneLineOfUnderline(text: StiTableCell, g: Graphics, pen: Pen, x1: double, x2: double, y: double): void
Parameters
PaintSelection
PaintSelection(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintText
PaintText(textComp: StiTableCell, g: Graphics, rect: RectangleD): void
Parameters
- textComp (StiTableCell)
- g (Graphics)
- rect (RectangleD)