BitmapDecoder::Create Method (Uri^, BitmapCreateOptions, BitmapCacheOption, RequestCachePolicy^)

 

Creates a BitmapDecoder from a Uri by using the specified BitmapCreateOptions, BitmapCacheOption and RequestCachePolicy.

Namespace:   System.Windows.Media.Imaging
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.

Create(Uri^, BitmapCreateOptions, BitmapCacheOption, RequestCachePolicy^) is introduced in the .NET Framework version 3.5.

.NET Framework
Available since 3.0
Return to top
Show: