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


bmp
Bitmap to save.
fileSaved
for later chart display.
Saves a Bitmap in the TempDirectory and displays it in the chart control.

Syntax

Visual Basic (Declaration) 
Public Overloads Function SaveImage( _
   ByVal bmp As Bitmap, _
   ByVal fileSaved As Boolean _
) As String
Visual Basic (Usage)Copy Code
Dim instance As FileManager
Dim bmp As Bitmap
Dim fileSaved As Boolean
Dim value As String
 
value = instance.SaveImage(bmp, fileSaved)
C# 
public string SaveImage( 
   Bitmap bmp,
   bool fileSaved
)

Parameters

bmp
Bitmap to save.
fileSaved
for later chart display.

Return Value

Path of the saved bitmap.

See Also

© 2010 All Rights Reserved.