Click or drag to resize

GraphDocumentExportActions Class

Provides export-related extension methods for three-dimensional graph documents.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3DGraphDocumentExportActions

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static class GraphDocumentExportActions

The GraphDocumentExportActions type exposes the following members.

Methods
 NameDescription
Public Extension MethodRenderAsBitmap(GraphDocument, EmbeddedObjectRenderingOptions, PixelFormat) Renders the graph document as a bitmap using the specified embedded-object rendering options.
Public Extension MethodRenderAsBitmap(GraphDocument, BrushX, PixelFormat, Double, Double) Saves the graph as an bitmap file and returns the bitmap.
Public Extension MethodRenderAsBitmap(GraphDocument, BrushX, BrushX, PixelFormat, Double, Double) Saves the graph as an bitmap file and returns the bitmap.
Public Extension MethodRenderToStream(GraphDocument, Stream, GraphExportOptions) Saves the graph as into a stream.
Public Extension MethodRenderToStream(GraphDocument, Stream, BrushX, BrushX, PixelFormat, Double, Double) Saves the graph into a stream.
Top
See Also