This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
BitmapFrame..::.Create Method
Creates a new BitmapFrame based on the supplied arguments.

Overload List
|
| Name | Description |
|---|
.gif) .gif) | Create(Stream) | Creates a new BitmapFrame from a given Stream. |
.gif) .gif) | Create(Uri) | Creates a new BitmapFrame from a given Uri. |
.gif) .gif) | Create(BitmapSource) | Creates a new BitmapFrame from a given BitmapSource. |
.gif) .gif) | Create(BitmapSource, BitmapSource) | Creates a new BitmapFrame from a given BitmapSource with the specified thumbnail. |
.gif) .gif) | Create(Uri, RequestCachePolicy) | Creates a BitmapFrame from a given Uri with the specified RequestCachePolicy. |
.gif) .gif) | Create(Stream, BitmapCreateOptions, BitmapCacheOption) | Creates a new BitmapFrame from a given Stream with the specified BitmapCreateOptions and BitmapCacheOption. |
.gif) .gif) | Create(Uri, BitmapCreateOptions, BitmapCacheOption) | Creates a BitmapFrame from a given Uri with the specified BitmapCreateOptions and BitmapCacheOption. |
.gif) .gif) | Create(BitmapSource, BitmapSource, BitmapMetadata, ReadOnlyCollection<(Of <(ColorContext>)>)) | Creates a new BitmapFrame from a given BitmapSource with the specified thumbnail, BitmapMetadata, and ColorContext. |
.gif) .gif) | Create(Uri, BitmapCreateOptions, BitmapCacheOption, RequestCachePolicy) | Creates a BitmapFrame from a given Uri with the specified BitmapCreateOptions, BitmapCacheOption, and RequestCachePolicy. |
Top

See Also