Click or drag to resize

GraphDocumentBaseExportActionsRenderAsBitmap Method

Renders the graph document as bitmap with default PixelFormat.Format32bppArgb.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Bitmap? RenderAsBitmap(
	GraphDocumentBase document,
	EmbeddedObjectRenderingOptions renderingOptions,
	PixelFormat pixelFormat
)

Parameters

document  GraphDocumentBase
The graph document used.
renderingOptions  EmbeddedObjectRenderingOptions
The embedded rendering export options.
pixelFormat  PixelFormat
The pixel format for the bitmap. Default is PixelFormat.Format32bppArgb.

Return Value

Bitmap
The rendered enhanced metafile.
See Also