BitmapDecoder.Create Method
Creates a BitmapDecoder by using the specified BitmapCreateOptions and BitmapCacheOption.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Create(Stream, BitmapCreateOptions, BitmapCacheOption) | Creates a BitmapDecoder from a Stream by using the specified BitmapCreateOptions and BitmapCacheOption. |
|
Create(Uri, BitmapCreateOptions, BitmapCacheOption) | Creates a BitmapDecoder from a Uri by using the specified BitmapCreateOptions and BitmapCacheOption. |
|
Create(Uri, BitmapCreateOptions, BitmapCacheOption, RequestCachePolicy) | Creates a BitmapDecoder from a Uri by using the specified BitmapCreateOptions, BitmapCacheOption and RequestCachePolicy. |