GraphDocumentBaseExportActionsRenderAsBitmap Method |
Renders the graph document as bitmap with default PixelFormat.Format32bppArgb.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BitmapThe rendered enhanced metafile.
See Also