Share via


IBitmapFrame インターフェイス

定義

イメージの 1 つのフレームで動作するためのメソッドを公開します。

public interface class IBitmapFrame
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1923389980, 32897, 17293, 145, 188, 148, 236, 252, 129, 133, 198)]
struct IBitmapFrame
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1923389980, 32897, 17293, 145, 188, 148, 236, 252, 129, 133, 198)]
public interface IBitmapFrame
Public Interface IBitmapFrame
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

BitmapAlphaMode

フレームの既定のアルファ モードを返します。

BitmapPixelFormat

フレームの既定のピクセル形式を返します。

BitmapProperties

フレーム内のメタデータの読み取り専用ビューを返します。

DpiX

フレームの水平方向の解像度を 1 インチあたりのドット単位で返します。

DpiY

フレームの垂直方向の解像度を 1 インチあたりのドット単位で返します。

OrientedPixelHeight

EXIF の向きがビットマップに適用された後のフレームの高さをピクセル単位で返します。

OrientedPixelWidth

EXIF の向きがビットマップに適用された後のフレームの幅をピクセル単位で返します。

PixelHeight

フレームの高さをピクセル単位で返します。

PixelWidth

フレームの幅をピクセル単位で返します。

メソッド

GetPixelDataAsync()

フレームのピクセル データを非同期的に要求します。 結果のピクセル データ配列では、 BitmapPixelFormat プロパティと BitmapAlphaMode プロパティで指定されたビットマップ ピクセル形式とアルファ モードが使用されます。 また、色管理と EXIF の向きも適用されます (詳細については、「解説」セクションを参照してください)。

GetPixelDataAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)

指定したパラメーターを使用して、フレームのピクセル データを非同期的に要求します。

GetThumbnailAsync()

フレームのサムネイル データを非同期的に取得します。

適用対象