BitmapImage Constructor (Uri^, RequestCachePolicy^)
.NET Framework (current version)
Initializes a new instance of the BitmapImage class with an image whose source is a Uri, and is cached according to the provided RequestCachePolicy.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- uriSource
-
Type:
System::Uri^
The Uri to use as the source of the BitmapImage.
- uriCachePolicy
-
Type:
System.Net.Cache::RequestCachePolicy^
The RequestCachePolicy that specifies the caching requirements for images that are obtained using HTTP.
| 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.
BitmapImage(Uri^, RequestCachePolicy^) is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 3.0
Available since 3.0
Show: