IBitmapFrame interface

This topic has not yet been rated - Rate this topic

Exposes methods for operating on a single frame of an image.

Syntax


public interface IBitmapFrame

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.

MethodDescription
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.

PropertyAccess typeDescription

BitmapAlphaMode

Read-onlyReturns the default alpha mode of the frame.

BitmapPixelFormat

Read-onlyReturns the default pixel format of the frame.

BitmapProperties

Read-onlyReturns a read-only view of the metadata within the frame.

DpiX

Read-onlyReturns the horizontal resolution of the frame in dots per inch.

DpiY

Read-onlyReturns the vertical resolution of the frame in dots per inch.

OrientedPixelHeight

Read-onlyReturns the height of the frame in pixels, after any EXIF orientation has been applied to the bitmap.

OrientedPixelWidth

Read-onlyReturns the width of the frame in pixels, after any EXIF orientation has been applied to the bitmap.

PixelHeight

Read-onlyReturns the height of the frame in pixels.

PixelWidth

Read-onlyReturns the width of the frame in pixels.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Graphics.Imaging
Windows::Graphics::Imaging [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.