C1.WPF.C1Chart3D Namespace > C1Chart3D Class > SaveImage Method : SaveImage(Stream,BitmapEncoder,Double,Double) Method |
'Declaration
Public Overloads Sub SaveImage( _ ByVal stream As System.IO.Stream, _ ByVal encoder As System.Windows.Media.Imaging.BitmapEncoder, _ ByVal dpiX As System.Double, _ ByVal dpiY As System.Double _ )
'Usage
Dim instance As C1Chart3D Dim stream As System.IO.Stream Dim encoder As System.Windows.Media.Imaging.BitmapEncoder Dim dpiX As System.Double Dim dpiY As System.Double instance.SaveImage(stream, encoder, dpiX, dpiY)
public void SaveImage( System.IO.Stream stream, System.Windows.Media.Imaging.BitmapEncoder encoder, System.double dpiX, System.double dpiY )
public procedure SaveImage( stream: System.IO.Stream; encoder: System.Windows.Media.Imaging.BitmapEncoder; dpiX: System.Double; dpiY: System.Double );
public function SaveImage( stream : System.IO.Stream, encoder : System.Windows.Media.Imaging.BitmapEncoder, dpiX : System.double, dpiY : System.double );
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