C1.WPF.Chart Namespace > C1FlexChart Class : SaveImage Method |
'Declaration
Public Sub SaveImage( _ ByVal stream As Stream, _ ByVal fmt As ImageFormat, _ Optional ByVal w As Integer, _ Optional ByVal h As Integer, _ Optional ByVal backColor As Nullable(Of Color) _ )
'Usage
Dim instance As C1FlexChart Dim stream As Stream Dim fmt As ImageFormat Dim w As Integer Dim h As Integer Dim backColor As Nullable(Of Color) instance.SaveImage(stream, fmt, w, h, backColor)
public void SaveImage( Stream stream, ImageFormat fmt, int w, int h, Nullable<Color> backColor )
public: void SaveImage( Stream^ stream, ImageFormat fmt, int w, int h, Nullable<Color> backColor )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2