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

一个字节数组。

适用于