StiBarCodeGdiPainter Class

Namespace: Stimulsoft.Report.Painters

Inheritance

Inherits from: StiComponentGdiPainter
Implements: IStiBarCodePainter

Methods

Method Returns Description
BaseDrawImage void  
BaseDrawRectangle void  
BaseDrawString void  
BaseFillEllipse void  
BaseFillPolygon void  
BaseFillPolygons void  
BaseFillRectangle void  
BaseFillRectangle2D void  
BaseMeasureString SizeF  
BaseRollbackTransform void  
BaseTransform void  
GetImage Image  
Paint void  

Method Details

BaseDrawImage

BaseDrawImage(context: object, image: Image, report: StiReport, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • image (Image)
  • report (StiReport)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseDrawRectangle

BaseDrawRectangle(context: object, penColor: Color, penSize: float, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • penColor (Color)
  • penSize (float)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseDrawString

BaseDrawString(context: object, st: string, font: Font, brush: StiBrush, rect: RectangleF, sf: StringFormat): void

Parameters


BaseFillEllipse

BaseFillEllipse(context: object, brush: StiBrush, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • brush (StiBrush)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseFillPolygon

BaseFillPolygon(context: object, brush: StiBrush, **: PointFpoints): void

Parameters

  • context (object)
  • brush (StiBrush)
  • ** (PointFpoints)

BaseFillPolygons

BaseFillPolygons(context: object, brush: StiBrush, points: List<List>, **rectf**: RectangleF?): void

Parameters

  • context (object)
  • brush (StiBrush)
  • points (List<List>)
  • rectf (RectangleF?)

BaseFillRectangle

BaseFillRectangle(context: object, brush: StiBrush, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • brush (StiBrush)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseFillRectangle2D

BaseFillRectangle2D(context: object, brush: StiBrush, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • brush (StiBrush)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseMeasureString

BaseMeasureString(context: object, st: string, font: Font): SizeF

Parameters

  • context (object)
  • st (string)
  • font (Font)

Returns SizeF


BaseRollbackTransform

BaseRollbackTransform(context: object): void

Parameters

  • context (object)

BaseTransform

BaseTransform(context: object, x: float, y: float, angle: float, dx: float, dy: float): void

Parameters

  • context (object)
  • x (float)
  • y (float)
  • angle (float)
  • dx (float)
  • dy (float)

GetImage

GetImage(component: StiComponent, zoom: float, format: StiExportFormat): Image

Parameters

Returns Image


Paint

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

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)