This document is archived and information here might be outdated. Recommended version. |
Exports the data graph to a file.
[Visual Basic .NET]
Public Sub ExportToFileEx ( _
ByVal Filename As String, _
ByVal Width As Integer, _
ByVal Height As Integer _
)
[C#]
public void ExportToFileEx (
string Filename,
int Width,
int Height
);
[C++]
HRESULT ExportToFileEx(
BSTR Filename,
long Width,
long Height
);
[C++] Parameters Filename [in]
Filename is a parameter of type BSTR Width [in]
Width is a parameter of type long Height [in]
Height is a parameter of type long