SharpPlot Reference > SharpPlot Methods > SaveImage Method > (String,ImageFormat,Double,TextRenderingHint) SharpPlot.SaveImage Method (String,ImageFormat,Double,TextRenderingHint)
Save completed chart at given file format with given resolution and text rendering.
public void SaveImage(
string filename,
ImageFormat format,
double dpi,
TextRenderingHint textmode
);
-
filename
- Name of output file.
-
format
- Image format to use for file.
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
textmode
- Text rendering mode to use (defaults to TextRenderingHint.AntiAlias).
See also ...SharpPlot Members | SharpPlot.SaveImage Method
Send comments on this topic © Dyalog Ltd 2021
|