Click or drag to resize

GraphDocumentExportActionsRenderAsBitmapToStream Method

Overload List
 NameDescription
Public Extension MethodRenderAsBitmapToStream(GraphDocument, Stream, GraphExportOptions) Saves the graph as an bitmap file into the stream using the default pixelformat 32bppArgb.stream.
Public Extension MethodRenderAsBitmapToStream(GraphDocument, Stream, ImageFormat, Double) Saves the graph as an bitmap file into the stream using the default pixelformat 32bppArgb and no background brush.stream.
Public Extension MethodRenderAsBitmapToStream(GraphDocument, Stream, ImageFormat, BrushX, Double) Saves the graph as an bitmap file into the stream using the default pixelformat 32bppArgb.stream.
Public Extension MethodRenderAsBitmapToStream(GraphDocument, Stream, ImageFormat, BrushX, PixelFormat, Double, Double) Saves the graph as an bitmap file into the stream stream.
Top
See Also