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

Returns Image


Paint

Paint(component: StiComponent, e: StiPaintEventArgs): void

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)

PaintBackground

PaintBackground(text: StiTableCell, g: Graphics, rect: RectangleD): void

Parameters


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


PaintOneLineOfUnderline

PaintOneLineOfUnderline(text: StiTableCell, g: Graphics, pen: Pen, x1: double, x2: double, y: double): void

Parameters

  • text (StiTableCell)
  • g (Graphics)
  • pen (Pen)
  • x1 (double)
  • x2 (double)
  • y (double)

PaintSelection

PaintSelection(component: StiComponent, e: StiPaintEventArgs): void

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)

PaintText

PaintText(textComp: StiTableCell, g: Graphics, rect: RectangleD): void

Parameters