IImage.ImageData プロパティ

定義

画像をバイナリデータとして返します。

public:
 property cli::array <System::Byte> ^ ImageData { cli::array <System::Byte> ^ get(); };
public byte[] ImageData { get; }
member this.ImageData : byte[]
Public ReadOnly Property ImageData As Byte()

プロパティ値

Byte[]

画像を2進数形式で含む byte 配列。

適用対象