FlexChart for WinForms
SaveImage(Stream,ImageFormat,Int32,Int32) メソッド

C1.Win.FlexChart.4.8 アセンブリ > C1.Win.Chart 名前空間 > FlexChartBase クラス > SaveImage メソッド : SaveImage(Stream,ImageFormat,Int32,Int32) メソッド
ストリーム
画像形式。
画像の幅。
画像の高さ。
指定されたストリームにチャートを画像として保存します。
シンタックス
'宣言
 
Public Overloads Sub SaveImage( _
   ByVal stream As System.IO.Stream, _
   ByVal fmt As ImageFormat, _
   ByVal w As System.Integer, _
   ByVal h As System.Integer _
) 
public void SaveImage( 
   System.IO.Stream stream,
   ImageFormat fmt,
   System.int w,
   System.int h
)

パラメータ

stream
ストリーム
fmt
画像形式。
w
画像の幅。
h
画像の高さ。
参照

FlexChartBase クラス
FlexChartBase メンバ
オーバーロード一覧