BitmapImage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BitmapImage() |
Initializes a new instance of the BitmapImage class. |
BitmapImage(Uri) |
Initializes a new instance of the BitmapImage class, using the supplied Uniform Resource Identifier (URI). |
BitmapImage()
Initializes a new instance of the BitmapImage class.
public:
BitmapImage();
BitmapImage();
public BitmapImage();
function BitmapImage()
Public Sub New ()
Applies to
BitmapImage(Uri)
Initializes a new instance of the BitmapImage class, using the supplied Uniform Resource Identifier (URI).
public:
BitmapImage(Uri ^ uriSource);
BitmapImage(Uri const& uriSource);
public BitmapImage(System.Uri uriSource);
function BitmapImage(uriSource)
Public Sub New (uriSource As Uri)