다음을 통해 공유


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

바이트 배열입니다.

적용 대상