Provides read access to data within a single frame.
Syntax
var bitmapFrame = Windows.Graphics.Imaging.GetFrameOperation.getResults();
Attributes
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The BitmapFrame class has these types of members:
Methods
The BitmapFrame class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetPixelDataAsync() | Asynchronously requests the pixel data for the frame. |
| GetPixelDataAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) | Asynchronously requests the pixel data for the frame using the specified parameters. |
| GetThumbnailAsync | Asynchronously returns a stream containing the thumbnail image. |
Properties
The BitmapFrame class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | The default alpha mode of the frame. | |
| Read-only | The pixel format that best fits the frame. | |
| Read-only | A read-only view of the metadata within the frame. | |
| Read-only | The horizontal resolution of the frame in dots per inch. | |
| Read-only | The vertical resolution of the frame in dots per inch. | |
| Read-only | The height of the frame in pixels, after any EXIF orientation has been applied to the bitmap. | |
| Read-only | The width of the frame in pixels, after any EXIF orientation has been applied to the bitmap. | |
| Read-only | The height of the frame in pixels. | |
| Read-only | The width of the frame in pixels. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012