SharpPlot Reference > SharpPlot Methods > RenderMetafile Method > (Stream,EmfType) SharpPlot.RenderMetafile Method (Stream,EmfType)
Write completed chart as Metafile with given format to given Stream.
public void RenderMetafile(
Stream stream,
EmfType emftype
);
-
stream
- Stream to output Metafile to.
-
emftype
- Specifies the nature of the records that are placed in an EMF (defaults to EmfType.EmfPlusDual).
-
return value
- Returned Metafile object.
See also ...SharpPlot Members | SharpPlot.RenderMetafile Method
Send comments on this topic © Dyalog Ltd 2021
|