Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SoftwareBitmapSource.SetBitmapAsync(SoftwareBitmap) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Sets the source SoftwareBitmap to be used as an image source.

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

Parameters

softwareBitmap
SoftwareBitmap

The SoftwareBitmap to be used as an image source.

Returns

An asynchronous action.

Attributes

Remarks

The SoftwareBitmap must be in BGRA pixel format with pre-multiplied alpha values.

Applies to


Feedback

Was this page helpful?