InteractiveForegroundSegmenter::GetBitmapAsync Method (Bitmap, OutputOption)
Creates a Bitmap from the contents of the image provider.
Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: virtual IAsyncOperation<Bitmap^>^ GetBitmapAsync( [InAttribute] Bitmap^ bitmap, [InAttribute] OutputOption outputOption ) sealed
Parameters
- bitmap
- Type: Lumia.Imaging::Bitmap
An input Bitmap to fill. If null, a Bitmap will be created and returned.
- outputOption
- Type: Lumia.Imaging::OutputOption
Specifies how to adjust if the source image has different aspect ratio from the Bitmap passed into this method.
Return Value
Type: IAsyncOperation<Bitmap>An async result with the Bitmap.
Implements
IImageProvider::GetBitmapAsync(Bitmap, OutputOption)
Show: