[]
Gets as PNG image.
public static ImageInfo GetImage(this DataVisualizerInfo buffer, int width, int height, float dpiX, float dpiY, BackgroundRepeatOption? repeatOption = null, IFontsFactory fonts = null)
| Type | Name | Description |
|---|---|---|
| DataVisualizerInfo | buffer | Visualizer info. |
| int | width | Width in pixels. |
| int | height | Height in pixels. |
| float | dpiX | Horizontal resolution. |
| float | dpiY | Vertical resolution. |
| BackgroundRepeatOption? | repeatOption | Background rendering mode. |
| IFontsFactory | fonts |
| Type | Description |
|---|---|
| ImageInfo |