Chart3D for WPF/Silverlight帮助文档
SaveImage(Stream,BitmapEncoder,Double,Double) 方法

使用指定的编码器将图表图像保存至指定的流, 使用指定的水平和垂直分辨率。
语法
'声明
 
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 _
) 
public void SaveImage( 
   System.IO.Stream stream,
   System.Windows.Media.Imaging.BitmapEncoder encoder,
   System.double dpiX,
   System.double dpiY
)

参数

stream
encoder
dpiX
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

请参见

引用

C1Chart3D 类
C1Chart3D 成员
重载列表

Send Feedback