BitmapDecoder::Create Method (Uri^, BitmapCreateOptions, BitmapCacheOption, RequestCachePolicy^)
.NET Framework (current version)
Creates a BitmapDecoder from a Uri by using the specified BitmapCreateOptions, BitmapCacheOption and RequestCachePolicy.
Assembly: PresentationCore (in PresentationCore.dll)
public: static BitmapDecoder^ Create( Uri^ bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy^ uriCachePolicy )
Parameters
- bitmapUri
-
Type:
System::Uri^
The location of the bitmap from which the BitmapDecoder is created.
- createOptions
-
Type:
System.Windows.Media.Imaging::BitmapCreateOptions
The options that are used to create this BitmapDecoder.
- cacheOption
-
Type:
System.Windows.Media.Imaging::BitmapCacheOption
The cache option that is used to create this BitmapDecoder.
- uriCachePolicy
-
Type:
System.Net.Cache::RequestCachePolicy^
The caching requirements for this BitmapDecoder.
Return Value
Type: System.Windows.Media.Imaging::BitmapDecoder^A BitmapDecoder from a Uri by using the specified BitmapCreateOptions, BitmapCacheOption and RequestCachePolicy.
Create(Uri^, BitmapCreateOptions, BitmapCacheOption, RequestCachePolicy^) is introduced in the .NET Framework version 3.5.
.NET Framework
Available since 3.0
Available since 3.0
Show: