Freigeben über


IBitmapFrameWithSoftwareBitmap.GetSoftwareBitmapAsync Methode

Definition

Überlädt

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.

GetSoftwareBitmapAsync()

Ruft asynchron eine SoftwareBitmap-Darstellung eines BitmapFrames ab.

public:
 IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync();
/// [Windows.Foundation.Metadata.Overload("GetSoftwareBitmapAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync();
[Windows.Foundation.Metadata.Overload("GetSoftwareBitmapAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync();
function getSoftwareBitmapAsync()
Public Function GetSoftwareBitmapAsync () As IAsyncOperation(Of SoftwareBitmap)

Gibt zurück

Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung eine SoftwareBitmap zurückgibt.

Attribute

Weitere Informationen

Gilt für:

GetSoftwareBitmapAsync(BitmapPixelFormat, BitmapAlphaMode)

Ruft asynchron eine SoftwareBitmap-Darstellung eines BitmapFrames ab.

public:
 IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode);
/// [Windows.Foundation.Metadata.Overload("GetSoftwareBitmapConvertedAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat const& pixelFormat, BitmapAlphaMode const& alphaMode);
[Windows.Foundation.Metadata.Overload("GetSoftwareBitmapConvertedAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode);
function getSoftwareBitmapAsync(pixelFormat, alphaMode)
Public Function GetSoftwareBitmapAsync (pixelFormat As BitmapPixelFormat, alphaMode As BitmapAlphaMode) As IAsyncOperation(Of SoftwareBitmap)

Parameter

pixelFormat
BitmapPixelFormat

Das Pixelformat der Softwarebitbitbit.

alphaMode
BitmapAlphaMode

Der Alphamodus der Softwarebitbitbit.

Gibt zurück

Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung eine SoftwareBitmap zurückgibt.

Attribute

Weitere Informationen

Gilt für:

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

Ruft asynchron eine SoftwareBitmap-Darstellung eines BitmapFrames ab.

public:
 IAsyncOperation<SoftwareBitmap ^> ^ GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode, BitmapTransform ^ transform, ExifOrientationMode exifOrientationMode, ColorManagementMode colorManagementMode);
/// [Windows.Foundation.Metadata.Overload("GetSoftwareBitmapTransformedAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat const& pixelFormat, BitmapAlphaMode const& alphaMode, BitmapTransform const& transform, ExifOrientationMode const& exifOrientationMode, ColorManagementMode const& colorManagementMode);
[Windows.Foundation.Metadata.Overload("GetSoftwareBitmapTransformedAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SoftwareBitmap> GetSoftwareBitmapAsync(BitmapPixelFormat pixelFormat, BitmapAlphaMode alphaMode, BitmapTransform transform, ExifOrientationMode exifOrientationMode, ColorManagementMode colorManagementMode);
function getSoftwareBitmapAsync(pixelFormat, alphaMode, transform, exifOrientationMode, colorManagementMode)
Public Function GetSoftwareBitmapAsync (pixelFormat As BitmapPixelFormat, alphaMode As BitmapAlphaMode, transform As BitmapTransform, exifOrientationMode As ExifOrientationMode, colorManagementMode As ColorManagementMode) As IAsyncOperation(Of SoftwareBitmap)

Parameter

pixelFormat
BitmapPixelFormat

Das Pixelformat der Softwarebitbitbit.

alphaMode
BitmapAlphaMode

Der Alphamodus der Softwarebitbitbit.

transform
BitmapTransform

Die Transformation der Softwarebitbitbit.

exifOrientationMode
ExifOrientationMode

Der EXIF-Ausrichtungsmodus der Softwarebitbitbit.

colorManagementMode
ColorManagementMode

Der Farbverwaltungsmodus der Software-Bitmap.

Gibt zurück

Ein asynchroner Vorgang, der bei erfolgreicher Fertigstellung eine SoftwareBitmap zurückgibt.

Attribute

Weitere Informationen

Gilt für: