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

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart 名前空間 > FlexPie クラス > SaveImage メソッド : SaveImage(Stream,ImageFormat,Int32,Int32) メソッド
Output stream.
Image format.
Image width.
Image height.
Saves chart image to the stream using specified format and size.
シンタックス
'宣言
 
Public Overloads Shadows Sub SaveImage( _
   ByVal stream As System.IO.Stream, _
   ByVal fmt As ImageFormat, _
   ByVal w As System.Integer, _
   ByVal h As System.Integer _
) 
public new void SaveImage( 
   System.IO.Stream stream,
   ImageFormat fmt,
   System.int w,
   System.int h
)

パラメータ

stream
Output stream.
fmt
Image format.
w
Image width.
h
Image height.
参照

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