StiTextGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiComponentGdiPainter
Properties
| Property | Type | Description |
|---|---|---|
IsThumbnailsMode static |
bool |
Methods
| Method | Returns | Description |
|---|---|---|
| GetImage | Image | |
| Paint | void | |
| PaintBackground (+1 overloads) | void | |
| PaintBorder | void | |
| PaintIndicator | RectangleD | |
| PaintLinesOfUnderlining | void | |
| PaintOneLineOfUnderline | 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: StiText, g: Graphics, rect: RectangleD): void
Parameters
- text (StiText)
- g (Graphics)
- rect (RectangleD)
PaintBackground(text: StiText, g: Graphics, rect: RectangleD, paintExtendedMargins: bool): void
Parameters
- text (StiText)
- g (Graphics)
- rect (RectangleD)
- paintExtendedMargins (bool)
PaintBorder
PaintBorder(text: StiText, g: Graphics, rect: RectangleD, drawBorderFormatting: bool, drawTopmostBorderSides: bool): void
Parameters
- text (StiText)
- g (Graphics)
- rect (RectangleD)
- drawBorderFormatting (bool)
- drawTopmostBorderSides (bool)
PaintIndicator
PaintIndicator(textComp: StiText, g: Graphics, rect: RectangleD): RectangleD
Parameters
- textComp (StiText)
- g (Graphics)
- rect (RectangleD)
Returns RectangleD
PaintLinesOfUnderlining
PaintLinesOfUnderlining(text: StiText, g: Graphics, rect: RectangleD): void
Parameters
- text (StiText)
- g (Graphics)
- rect (RectangleD)
PaintOneLineOfUnderline
PaintOneLineOfUnderline(text: StiText, g: Graphics, pen: Pen, x1: double, x2: double, y: double): void
Parameters
PaintText
PaintText(textComp: StiText, g: Graphics, rect: RectangleD): void
Parameters
- textComp (StiText)
- g (Graphics)
- rect (RectangleD)