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

Returns Image


Paint

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

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)

PaintBackground

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

Parameters


PaintBackground(text: StiText, g: Graphics, rect: RectangleD, paintExtendedMargins: bool): void

Parameters


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

Returns RectangleD


PaintLinesOfUnderlining

PaintLinesOfUnderlining(text: StiText, g: Graphics, rect: RectangleD): void

Parameters


PaintOneLineOfUnderline

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

Parameters

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

PaintText

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

Parameters