| Name | Description |
---|
 | ConvertBitmapToPixelFormat |
Converts the given bitmap to another pixel format.
|
 | RenderAsBitmap(GraphDocument, GraphExportOptions) | |
  | RenderAsBitmap(GraphDocument, EmbeddedObjectRenderingOptions, PixelFormat) |
Renders the graph document as bitmap with default PixelFormat.Format32bppArgb.
|
 | 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.
|
 | RenderAsBitmapToFile(GraphDocument, String, GraphExportOptions) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb.
|
 | RenderAsBitmapToFile(GraphDocument, String, ImageFormat, Double) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb and no background brush.
|
 | RenderAsBitmapToFile(GraphDocument, String, ImageFormat, BrushX, Double) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb.
|
 | RenderAsBitmapToFile(GraphDocument, String, ImageFormat, BrushX, PixelFormat, Double, Double) |
Saves the graph as an bitmap file into the file filename.
|
 | RenderAsBitmapToStream(GraphDocument, Stream, GraphExportOptions) |
Saves the graph as an bitmap file into the stream using the default pixelformat 32bppArgb.stream.
|
 | RenderAsBitmapToStream(GraphDocument, Stream, ImageFormat, Double) |
Saves the graph as an bitmap file into the stream using the default pixelformat 32bppArgb and no background brush.stream.
|
 | RenderAsBitmapToStream(GraphDocument, Stream, ImageFormat, BrushX, Double) |
Saves the graph as an bitmap file into the stream using the default pixelformat 32bppArgb.stream.
|
 | RenderAsBitmapToStream(GraphDocument, Stream, ImageFormat, BrushX, PixelFormat, Double, Double) |
Saves the graph as an bitmap file into the stream stream.
|
  | RenderAsEnhancedMetafile |
Renders a document as enhanced metafile. The metafile is rendered into a stream. You can create a metafile object afterwards from that stream.
|
  | RenderAsEnhancedMetafileBitmapFormat |
Creates a new metafile and renders a bitmap into it.
|
  | RenderAsEnhancedMetafileToStream |
Renders a document as enhanced metafile. The metafile is rendered into a stream. You can create a metafile object afterwards from that stream.
|
  | RenderAsEnhancedMetafileVectorFormat(GraphDocument, EmbeddedObjectRenderingOptions, Stream) |
Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions |
 | RenderAsEnhancedMetafileVectorFormat(GraphDocument, GraphExportOptions, Stream) |
Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions |
 | RenderAsEnhancedMetafileVectorFormat(GraphDocument, GraphExportOptions, String) | |
 | RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, String) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb and no background brush.
|
 | RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, BrushX, String) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb.
|
 | RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, BrushX, PixelFormat, String) |
Saves the graph as an bitmap file into the file filename.
|
  | RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, Double, BrushX, PixelFormat, Stream) |
Renders the graph document as enhanced metafile in vector format.
|
 | RenderAsEnhancedMetafileVectorFormatToStream(GraphDocument, Stream, GraphExportOptions) |
Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions |
  | RenderAsEnhancedMetafileVectorFormatToStream(GraphDocument, Stream, Double, Double, BrushX, PixelFormat) |
Renders the graph document as enhanced metafile in vector format.
|
 | RenderToFile | |
 | RenderToStream | |