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