FlexReport for WPF
ReadMetafileFromMemory メソッド (Utils)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : ReadMetafileFromMemory メソッド
Metafile データを含むバイト配列。
バイト配列から Metafile を読み取ります。
シンタックス
'宣言
 
Public Shared Function ReadMetafileFromMemory( _
   ByVal imageData() As System.Byte _
) As System.Drawing.Imaging.Metafile
'使用法
 
Dim imageData() As System.Byte
Dim value As System.Drawing.Imaging.Metafile
 
value = Utils.ReadMetafileFromMemory(imageData)
public static System.Drawing.Imaging.Metafile ReadMetafileFromMemory( 
   System.byte[] imageData
)

パラメータ

imageData
Metafile データを含むバイト配列。

戻り値の型

新しく作成された Metafile。指定されたデータからメタファイルを作成できない場合は null。
参照

Utils クラス
Utils メンバ
WriteMetafileToMemory(Metafile)