Click or drag to resize

GraphDocumentExportActionsRenderAsEnhancedMetafileVectorFormat(GraphDocument, EmbeddedObjectRenderingOptions, Stream) Method

Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Metafile RenderAsEnhancedMetafileVectorFormat(
	GraphDocument doc,
	EmbeddedObjectRenderingOptions exportOptions,
	Stream? stream = null
)

Parameters

doc  GraphDocument
The graph document used.
exportOptions  EmbeddedObjectRenderingOptions
The clipboard export options.
stream  Stream  (Optional)
Optional: if given, the metafile is additionally rendered into the stream.

Return Value

Metafile
The rendered enhanced metafile.
See Also