Exports a RenderTargetBitmap to a png file.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public void ExportImage ( |
Visual Basic
Copy Code
|
|---|
Public Sub ExportImage( _ |
The RenderTargetBitmap to export.
The extension of the name for the exported image.
See Also