Share via


SoftwareBitmapSource.SetBitmapAsync(SoftwareBitmap) Methode

Definition

Legt die SoftwareBitmap-Quelle fest, die als Bildquelle verwendet werden soll.

public:
 virtual IAsyncAction ^ SetBitmapAsync(SoftwareBitmap ^ softwareBitmap) = SetBitmapAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetBitmapAsync(SoftwareBitmap const& softwareBitmap);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetBitmapAsync(SoftwareBitmap softwareBitmap);
function setBitmapAsync(softwareBitmap)
Public Function SetBitmapAsync (softwareBitmap As SoftwareBitmap) As IAsyncAction

Parameter

softwareBitmap
SoftwareBitmap

Die SoftwareBitmap , die als Bildquelle verwendet werden soll.

Gibt zurück

Eine asynchrone Aktion.

Attribute

Hinweise

Die SoftwareBitmap muss im BGRA-Pixelformat mit vorab multiplizierten Alphawerten vorliegen.

Gilt für: