BitmapImage コンストラクター

定義

オーバーロード

BitmapImage()

BitmapImage クラスの新しいインスタンスを初期化します。

BitmapImage(Uri)

指定された Uniform Resource Identifier (URI) を使用して、 BitmapImage クラスの新しいインスタンスを初期化します。

BitmapImage()

BitmapImage クラスの新しいインスタンスを初期化します。

public:
 BitmapImage();
 BitmapImage();
public BitmapImage();
function BitmapImage()
Public Sub New ()

適用対象

BitmapImage(Uri)

指定された Uniform Resource Identifier (URI) を使用して、 BitmapImage クラスの新しいインスタンスを初期化します。

public:
 BitmapImage(Uri ^ uriSource);
 BitmapImage(Uri const& uriSource);
public BitmapImage(System.Uri uriSource);
function BitmapImage(uriSource)
Public Sub New (uriSource As Uri)

パラメーター

uriSource
Uri Uri

イメージ ソース ファイルへの参照。

適用対象