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

Returns Image


PaintBackground

PaintBackground(textComp: StiText, g: Graphics, rect: RectangleD): void

Parameters


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