SoftwareBitmapSource.SetBitmapAsync(SoftwareBitmap) Méthode

Définition

Définit la source SoftwareBitmap à utiliser comme source d’image.

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

Paramètres

softwareBitmap
SoftwareBitmap

SoftwareBitmap à utiliser comme source d’image.

Retours

Action asynchrone.

Attributs

Remarques

Le SoftwareBitmap doit être au format de pixel BGRA avec des valeurs alpha prémultipliées.

S’applique à