Document Library for WPF
WriteMetafileToMemory メソッド

C1.WPF.Document.4.5.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()
public static System.byte[] WriteMetafileToMemory( 
   System.Drawing.Imaging.Metafile metafile
)

パラメータ

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

戻り値の型

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

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