FlexReport for WPF
ReadMetafileFromMemory メソッド (Utils)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > Utils クラス : ReadMetafileFromMemory メソッド
System.Drawing.Imaging.Metafileデータを含むバイト配列。
バイト配列から System.Drawing.Imaging.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
System.Drawing.Imaging.Metafileデータを含むバイト配列。

戻り値の型

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

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