Exposes methods for operating on a single frame of an image.
Syntax
Attributes
- GuidAttribute("72a49a1c-8081-438d-91bc-94ecfc8185c6")
- VersionAttribute(NTDDI_WIN8)
Members
The IBitmapFrame interface has these types of members:
Methods
The IBitmapFrame interface has these methods. 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 retrieves the thumbnail data for the frame. |
Properties
The IBitmapFrame interface has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Returns the default alpha mode of the frame. | |
| Read-only | Returns the default pixel format of the frame. | |
| Read-only | Returns a read-only view of the metadata within the frame. | |
| Read-only | Returns the horizontal resolution of the frame in dots per inch. | |
| Read-only | Returns the vertical resolution of the frame in dots per inch. | |
| Read-only | Returns the height of the frame in pixels, after any EXIF orientation has been applied to the bitmap. | |
| Read-only | Returns the width of the frame in pixels, after any EXIF orientation has been applied to the bitmap. | |
| Read-only | Returns the height of the frame in pixels. | |
| Read-only | Returns the width of the frame in pixels. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012