StiViewGdiPainter Class

Namespace: Stimulsoft.Report.Painters

Inheritance

Inherits from: StiComponentGdiPainter

Methods

Method Returns Description
GetImage Image  
Paint void  
PaintImage void  
RotateImage Image  

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)

PaintImage

PaintImage(view: StiView, g: Graphics, rect: RectangleD): void

Parameters


RotateImage

RotateImage(gdiImage: Image, viewComp: StiView): Image

Parameters

  • gdiImage (Image)
  • viewComp (StiView)

Returns Image