'宣言 Public Shared Function ReadMetafileFromMemory( _ ByVal imageData() As System.Byte _ ) As System.Drawing.Imaging.Metafile
public static System.Drawing.Imaging.Metafile ReadMetafileFromMemory( System.byte[] imageData )
パラメータ
- imageData
- System.Drawing.Imaging.Metafileデータを含むバイト配列。
戻り値の型
新しく作成された System.Drawing.Imaging.Metafile。指定されたデータからメタファイルを作成できない場合は null。