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
.NET Framework 3.5
Initializes a new instance of the BitmapImage class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
BitmapImage() | Initializes a new instance of the BitmapImage class. |
|
BitmapImage(Uri) | Initializes a new instance of the BitmapImage class by using the supplied Uri. |
|
BitmapImage(Uri, RequestCachePolicy) | Initializes a new instance of the BitmapImage class with an image whose source is a Uri, and is cached according to the provided RequestCachePolicy. |