| Name | Description |
---|
| 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.
|