WinUI コントロール
SaveImage メソッド

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

パラメータ

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

FlexChartBase クラス
FlexChartBase メンバ