FlexReport for WPF
WriteMetafileToMemory メソッド (Utils)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : WriteMetafileToMemory メソッド
書き込む System.Drawing.Imaging.Metafile
System.Drawing.Imaging.Metafileをバイト配列に書き込みます。
シンタックス
'宣言
 
Public Shared Function WriteMetafileToMemory( _
   ByVal metafile As System.Drawing.Imaging.Metafile _
) As System.Byte()
'使用法
 
Dim metafile As System.Drawing.Imaging.Metafile
Dim value() As System.Byte
 
value = Utils.WriteMetafileToMemory(metafile)
public static System.byte[] WriteMetafileToMemory( 
   System.Drawing.Imaging.Metafile metafile
)

パラメータ

metafile
書き込む System.Drawing.Imaging.Metafile

戻り値の型

metafileデータを含むバイト配列。
参照

Utils クラス
Utils メンバ
ReadMetafileFromMemory メソッド