SoftwareBitmapSource.SetBitmapAsync(SoftwareBitmap) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.