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

C1.Win.FlexChart.4.5.2 アセンブリ > C1.Win.Chart 名前空間 > TreeMap クラス > SaveImage メソッド : SaveImage(Stream,ImageFormat,Int32,Int32) メソッド
The System.IO.Stream where the image will be saved.
An System.Drawing.Imaging.ImageFormat that specifies the format of the saved image.
The width of the image in pixels.
The height of the image in pixels.
Saves this image to the specified stream in the specified format.
シンタックス
'宣言
 
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
The System.IO.Stream where the image will be saved.
fmt
An System.Drawing.Imaging.ImageFormat that specifies the format of the saved image.
w
The width of the image in pixels.
h
The height of the image in pixels.
参照

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