次の方法で共有


WebImage コンストラクター

定義

オーバーロード

WebImage(Byte[])

イメージを表すバイト配列を WebImage 使用して、 クラスの新しいインスタンスを初期化します。

WebImage(Stream)

イメージを表すストリームを WebImage 使用して、 クラスの新しいインスタンスを初期化します。

WebImage(String)

イメージの場所を表すパスを WebImage 使用して、 クラスの新しいインスタンスを初期化します。

WebImage(Byte[])

イメージを表すバイト配列を WebImage 使用して、 クラスの新しいインスタンスを初期化します。

public WebImage (byte[] content);
new System.Web.Helpers.WebImage : byte[] -> System.Web.Helpers.WebImage
Public Sub New (content As Byte())

パラメーター

content
Byte[]

イメージ。

適用対象

WebImage(Stream)

イメージを表すストリームを WebImage 使用して、 クラスの新しいインスタンスを初期化します。

public WebImage (System.IO.Stream imageStream);
new System.Web.Helpers.WebImage : System.IO.Stream -> System.Web.Helpers.WebImage
Public Sub New (imageStream As Stream)

パラメーター

imageStream
Stream

イメージ。

適用対象

WebImage(String)

イメージの場所を表すパスを WebImage 使用して、 クラスの新しいインスタンスを初期化します。

public WebImage (string filePath);
new System.Web.Helpers.WebImage : string -> System.Web.Helpers.WebImage
Public Sub New (filePath As String)

パラメーター

filePath
String

画像を含むファイルのパス。

適用対象