SharpPlot Reference > SharpPlot Methods > RenderMetafile Method > (Stream,EmfType,TextRenderingHint,Double)

SharpPlot.RenderMetafile Method (Stream,EmfType,TextRenderingHint,Double)

Write completed chart as Metafile with given format and text rendering to given Stream.

public void RenderMetafile(
    Stream stream,
    EmfType emftype,
    TextRenderingHint textmode,
    double dpi
);
stream
Stream to output Metafile to.
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