The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BitmapImage Constructor (Uri^)
.NET Framework (current version)
Initializes a new instance of the BitmapImage class by using the supplied Uri.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- uriSource
-
Type:
System::Uri^
The Uri to use as the source of the BitmapImage.
| Exception | Condition |
|---|---|
| ArgumentNullException | The uriSource parameter is null. |
| FileNotFoundException | The file specified by the uriSource parameter is not found. |
BitmapImage objects created using this constructor are automatically initialized. After initialization, property changes are ignored.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: