NChartRawBitmapSaveToFile Method |
Save bitmap to file. Currently we supports only PNG.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void SaveToFile(
string path
)
Public Sub SaveToFile (
path As String
)
public:
virtual void SaveToFile(
[InAttribute] String^ path
) sealed
Parameters
- path
- Type: SystemString
Full path to file.
See Also