StiTextInCellsGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiTextGdiPainter
Methods
| Method | Returns | Description |
|---|---|---|
| GetImage | Image | |
| PaintBackground | void | |
| PaintBorder | void | |
| PaintText | void |
Method Details
GetImage
GetImage(component: StiComponent, zoom: float, format: StiExportFormat): Image
Parameters
- component (StiComponent)
- zoom (float)
- format (StiExportFormat)
Returns Image
PaintBackground
PaintBackground(textComp: StiText, g: Graphics, rect: RectangleD): void
Parameters
- textComp (StiText)
- g (Graphics)
- rect (RectangleD)
PaintBorder
PaintBorder(textComp: StiText, g: Graphics, rect: RectangleD, drawBorderFormatting: bool, drawTopmostBorderSides: bool): void
Parameters
- textComp (StiText)
- g (Graphics)
- rect (RectangleD)
- drawBorderFormatting (bool)
- drawTopmostBorderSides (bool)
PaintText
PaintText(textComp: StiText, g: Graphics, rect: RectangleD): void
Parameters
- textComp (StiText)
- g (Graphics)
- rect (RectangleD)