FlexChart for UWP
SaveImage メソッド (C1TreeMap)

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

パラメータ

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

C1TreeMap クラス
C1TreeMap メンバ