SharpPlot Reference > SharpPlot Methods > RenderMetafile Method > (EmfType,TextRenderingHint,Double) SharpPlot.RenderMetafile Method (EmfType,TextRenderingHint,Double)
Return or stream completed chart as one of the Extended Metafile formats.
public Metafile RenderMetafile(
EmfType emftype,
TextRenderingHint textmode,
double dpi
);
-
emftype
- Specifies the nature of the records that are placed in an EMF (defaults to EmfType.EmfPlusDual).
-
textmode
- Text mode to use (defaults to TextRenderingHint.AntiAlias).
-
dpi
- Resolution in dots per inch (defaults to 96).
-
return value
- Returned Metafile object.
See also ...SharpPlot Members | SharpPlot.RenderMetafile Method
Send comments on this topic © Dyalog Ltd 2021
|