IBitmapFrameWithSoftwareBitmap Schnittstelle

Definition

Macht Methoden zum Abrufen einer SoftwareBitmap-Darstellung eines BitmapFrame verfügbar.

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
Abgeleitet
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

BitmapAlphaMode

Gibt den Standardmäßigen Alphamodus des Frames zurück.

(Geerbt von IBitmapFrame)
BitmapPixelFormat

Gibt das Standardpixelformat des Frames zurück.

(Geerbt von IBitmapFrame)
BitmapProperties

Gibt eine schreibgeschützte Ansicht der Metadaten im Frame zurück.

(Geerbt von IBitmapFrame)
DpiX

Gibt die horizontale Auflösung des Frames in Punkten pro Zoll zurück.

(Geerbt von IBitmapFrame)
DpiY

Gibt die vertikale Auflösung des Rahmens in Punkt pro Zoll zurück.

(Geerbt von IBitmapFrame)
OrientedPixelHeight

Gibt die Höhe des Frames in Pixel zurück, nachdem eine EXIF-Ausrichtung auf die Bitmap angewendet wurde.

(Geerbt von IBitmapFrame)
OrientedPixelWidth

Gibt die Breite des Frames in Pixel zurück, nachdem eine EXIF-Ausrichtung auf die Bitmap angewendet wurde.

(Geerbt von IBitmapFrame)
PixelHeight

Gibt die Höhe des Frames in Pixel zurück.

(Geerbt von IBitmapFrame)
PixelWidth

Gibt die Breite des Frames in Pixel zurück.

(Geerbt von IBitmapFrame)

Methoden

GetPixelDataAsync()

Fordert die Pixeldaten für den Frame asynchron an. Das resultierende Pixeldatenarray verwendet das Bitmappixelformat und den Alphamodus, der in den Eigenschaften BitmapPixelFormat und BitmapAlphaMode angegeben ist. Außerdem werden Farbverwaltung und EXIF-Ausrichtung angewendet (weitere Informationen finden Sie im Abschnitt Hinweise).

(Geerbt von IBitmapFrame)
GetPixelDataAsync(BitmapPixelFormat, BitmapAlphaMode, BitmapTransform, ExifOrientationMode, ColorManagementMode)

Fordert die Pixeldaten für den Frame mit den angegebenen Parametern asynchron an.

(Geerbt von IBitmapFrame)
GetSoftwareBitmapAsync()

Ruft asynchron eine SoftwareBitmap-Darstellung eines BitmapFrames ab.

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

Ruft asynchron eine SoftwareBitmap-Darstellung eines BitmapFrames ab.

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

Ruft asynchron eine SoftwareBitmap-Darstellung eines BitmapFrames ab.

GetThumbnailAsync()

Ruft die Miniaturansichtsdaten für den Frame asynchron ab.

(Geerbt von IBitmapFrame)

Gilt für:

Weitere Informationen