StiMapGdiPainter Class
Namespace: Stimulsoft.Report.Painters
Inheritance
Inherits from: StiComponentGdiPainter
Properties
| Property | Type | Description |
|---|---|---|
| UseBackground | bool |
Methods
| Method | Returns | Description |
|---|---|---|
| DrawMap | void | |
| GetImage | Image | |
| GetScaleImage | Bitmap | |
| Paint | void | |
| PaintOnlineMap | void |
Method Details
DrawMap
DrawMap(map: StiMap, g: Graphics, rect: RectangleF, drawBorder: bool, drawFormatting: bool, useZoom: bool): void
Parameters
- map (StiMap)
- g (Graphics)
- rect (RectangleF)
- drawBorder (bool)
- drawFormatting (bool)
- useZoom (bool)
GetImage
GetImage(component: StiComponent, zoom: float, format: StiExportFormat): Image
Parameters
- component (StiComponent)
- zoom (float)
- format (StiExportFormat)
Returns Image
GetScaleImage
GetScaleImage(component: StiComponent): Bitmap
Parameters
- component (StiComponent)
Returns Bitmap
Paint
Paint(component: StiComponent, e: StiPaintEventArgs): void
Parameters
- component (StiComponent)
- e (StiPaintEventArgs)
PaintOnlineMap
PaintOnlineMap(g: Graphics, rect: RectangleF, map: StiMap): void
Parameters
- g (Graphics)
- rect (RectangleF)
- map (StiMap)