言語

IImageInstance.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[]

画像データを表す byte 配列です。

適用対象