dotnetCHARTING Send comments on this topic.
SaveImage(Metafile) Method
See Also 
dotnetCHARTING Namespace > FileManager Class > SaveImage Method : SaveImage(Metafile) Method


mf
Metafile to save.
Saves a Metafile in the TempDirectory and displays it in the chart control.

Syntax

Visual Basic (Declaration) 
Public Overloads Function SaveImage( _
   ByVal mf As Metafile _
) As String
Visual Basic (Usage)Copy Code
Dim instance As FileManager
Dim mf As Metafile
Dim value As String
 
value = instance.SaveImage(mf)
C# 
public string SaveImage( 
   Metafile mf
)

Parameters

mf
Metafile to save.

Return Value

Path of the saved image.

See Also

© 2010 All Rights Reserved.