SharpPlot Reference > SharpPlot Methods > RenderMetafile Method > (Stream,EmfType,TextRenderingHint) SharpPlot.RenderMetafile Method (Stream,EmfType,TextRenderingHint)
Write completed chart as Metafile with given format and text rendering to given Stream.
public void RenderMetafile(
Stream stream,
EmfType emftype,
TextRenderingHint textmode
);
-
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).
-
return value
- Returned Metafile object.
See also ...SharpPlot Members | SharpPlot.RenderMetafile Method
Send comments on this topic © Dyalog Ltd 2021
|