StiGaugeGdiPainter Class

Namespace: Stimulsoft.Report.Painters

Inheritance

Inherits from: StiComponentGdiPainter

Methods

Method Returns Description
DrawGauge (+2 overloads) void  
GetImage Image  
Paint void  

Method Details

DrawGauge

DrawGauge(g: Graphics, gauge: StiGauge, rect: RectangleF): void

Parameters

  • g (Graphics)
  • gauge (StiGauge)
  • rect (RectangleF)

DrawGauge(g: Graphics, gauge: StiGauge, rect: RectangleF, zoom: float): void

Parameters

  • g (Graphics)
  • gauge (StiGauge)
  • rect (RectangleF)
  • zoom (float)

DrawGauge(g: Graphics, gauge: StiGauge, rect: RectangleF, zoom: float, isClip: bool, drawBorder: bool): void

Parameters

  • g (Graphics)
  • gauge (StiGauge)
  • rect (RectangleF)
  • zoom (float)
  • isClip (bool)
  • drawBorder (bool)

GetImage

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

Parameters

Returns Image


Paint

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

Parameters

  • component (StiComponent)
  • e (StiPaintEventArgs)