IBitmapFrameWithSoftwareBitmap インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BitmapFrame の SoftwareBitmap 表現を取得するためのメソッドを公開します。
public interface class IBitmapFrameWithSoftwareBitmap : IBitmapFrame
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4264066202, 16908, 18787, 135, 173, 105, 20, 54, 224, 131, 131)]
struct IBitmapFrameWithSoftwareBitmap : IBitmapFrame
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4264066202, 16908, 18787, 135, 173, 105, 20, 54, 224, 131, 131)]
public interface IBitmapFrameWithSoftwareBitmap : IBitmapFrame
Public Interface IBitmapFrameWithSoftwareBitmap
Implements IBitmapFrame
- 派生
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
プロパティ
BitmapAlphaMode |
フレームの既定のアルファ モードを返します。 (継承元 IBitmapFrame) |
BitmapPixelFormat |
フレームの既定のピクセル形式を返します。 (継承元 IBitmapFrame) |
BitmapProperties |
フレーム内のメタデータの読み取り専用ビューを返します。 (継承元 IBitmapFrame) |
DpiX |
フレームの水平方向の解像度を 1 インチあたりのドット単位で返します。 (継承元 IBitmapFrame) |
DpiY |
フレームの垂直方向の解像度を 1 インチあたりのドット単位で返します。 (継承元 IBitmapFrame) |
OrientedPixelHeight |
EXIF の向きがビットマップに適用された後のフレームの高さをピクセル単位で返します。 (継承元 IBitmapFrame) |
OrientedPixelWidth |
EXIF の向きがビットマップに適用された後のフレームの幅をピクセル単位で返します。 (継承元 IBitmapFrame) |
PixelHeight |
フレームの高さをピクセル単位で返します。 (継承元 IBitmapFrame) |
PixelWidth |
フレームの幅をピクセル単位で返します。 (継承元 IBitmapFrame) |
メソッド
GetPixelDataAsync() |
フレームのピクセル データを非同期的に要求します。 結果のピクセル データ配列では、 BitmapPixelFormat プロパティと BitmapAlphaMode プロパティで指定されたビットマップ ピクセル形式とアルファ モードが使用されます。 また、色管理と EXIF の向きも適用されます (詳細については、「解説」セクションを参照してください)。 (継承元 IBitmapFrame) |
GetPixelDataAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) |
指定したパラメーターを使用して、フレームのピクセル データを非同期的に要求します。 (継承元 IBitmapFrame) |
GetSoftwareBitmapAsync() |
BitmapFrame の SoftwareBitmap 表現を非同期的に取得します。 |
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode) |
BitmapFrame の SoftwareBitmap 表現を非同期的に取得します。 |
GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode) |
BitmapFrame の SoftwareBitmap 表現を非同期的に取得します。 |
GetThumbnailAsync() |
フレームのサムネイル データを非同期的に取得します。 (継承元 IBitmapFrame) |