ImageData.Bytes 屬性

定義

取得或設定資料的位元組。

public:
 property cli::array <System::Byte> ^ Bytes { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] Bytes { get; set; }
member this.Bytes : byte[] with get, set
Public Property Bytes As Byte()

屬性值

Byte[]

一個位元組陣列。

適用於