次の方法で共有


WebImage.GetBytes(String) メソッド

定義

画像をバイト配列として返します。

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

イメージ。

適用対象