BitmapDecoder Members
.NET Framework 3.5
Represents a container for bitmap frames. Each bitmap frame is a BitmapSource. This abstract class provides a base set of functionality for all derived decoder objects.
The BitmapDecoder type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
Create | Overloaded. Creates a BitmapDecoder by using the specified BitmapCreateOptions and BitmapCacheOption. |
|
CreateInPlaceBitmapMetadataWriter | Creates an instance of InPlaceBitmapMetadataWriter, which can be used to update the metadata of a bitmap. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Converts the current value of a BitmapDecoder to a String. (Overrides Object.ToString().) |
|
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
| Name | Description | |
|---|---|---|
|
CodecInfo | Gets information that describes this codec. |
|
ColorContexts | Gets a value that represents the color profile associated with a bitmap, if one is defined. |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
Frames | Gets the content of an individual frame within a bitmap. |
|
IsDownloading | Gets a value that indicates if the decoder is currently downloading content. |
|
Metadata | Gets an instance of BitmapMetadata that represents the global metadata associated with this bitmap, if metadata is defined. |
|
Palette | Gets the BitmapPalette associated with this decoder. |
|
Preview | Gets a BitmapSource that represents the global preview of this bitmap, if one is defined. |
|
Thumbnail | Gets a BitmapSource that represents the thumbnail of the bitmap, if one is defined. |
| Name | Description | |
|---|---|---|
|
DownloadCompleted | Occurs when a BitmapDecoder has finished downloading bitmap content. |
|
DownloadFailed | Occurs when bitmap content failed to download. |
|
DownloadProgress | Occurs when a BitmapDecoder has made progress downloading bitmap content. |