GraphDocumentExportActions Class |
Provides export-related extension methods for three-dimensional graph documents.
Inheritance Hierarchy Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static class GraphDocumentExportActions
The GraphDocumentExportActions type exposes the following members.
Methods| | Name | Description |
|---|
 | RenderAsBitmap(GraphDocument, EmbeddedObjectRenderingOptions, PixelFormat) |
Renders the graph document as a bitmap using the specified embedded-object rendering options.
|
 | RenderAsBitmap(GraphDocument, BrushX, PixelFormat, Double, Double) |
Saves the graph as an bitmap file and returns the bitmap.
|
 | RenderAsBitmap(GraphDocument, BrushX, BrushX, PixelFormat, Double, Double) |
Saves the graph as an bitmap file and returns the bitmap.
|
 | RenderToStream(GraphDocument, Stream, GraphExportOptions) |
Saves the graph as into a stream.
|
 | RenderToStream(GraphDocument, Stream, BrushX, BrushX, PixelFormat, Double, Double) |
Saves the graph into a stream.
|
Top
See Also