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
- component (StiComponent)
- zoom (float)
- format (StiExportFormat)
Returns Image
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintImage
PaintImage(view: StiView, g: Graphics, rect: RectangleD): void
Parameters
- view (StiView)
- g (Graphics)
- rect (RectangleD)
RotateImage
RotateImage(gdiImage: Image, viewComp: StiView): Image
Parameters
- gdiImage (Image)
- viewComp (StiView)
Returns Image