'宣言 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。