WebImage.GetBytes(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以字节数组形式返回图像。
public byte[] GetBytes(string requestedFormat = default);
member this.GetBytes : string -> byte[]
Public Function GetBytes (Optional requestedFormat As String = null) As Byte()
参数
- requestedFormat
- String
对象的 ImageFormat 值 WebImage 。
返回
Byte[]
映像。