SharpPlot Reference > SharpPlot Methods > RenderBitmap Method > (Double,TextRenderingHint) SharpPlot.RenderBitmap Method (Double,TextRenderingHint)
Return complete chart as Bitmap rendered at given resolution and text rendering mode.
public Bitmap RenderBitmap(
double dpi,
TextRenderingHint textmode
);
-
dpi
- Resolution to use, in dots per inch (defaults to 96).
-
textmode
- Text mode to use (defaults to TextRenderingHint.AntiAlias).
-
return value
- Completed chart as a Bitmap object.
See also ...SharpPlot Members | SharpPlot.RenderBitmap Method
Send comments on this topic © Dyalog Ltd 2021
|