EffectGroupBase.IImageProvider.GetBitmapAsync Method

Creates a Bitmap from the contents of the image provider.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

IAsyncOperation<Bitmap> IImageProvider.GetBitmapAsync(
    Bitmap bitmap,
    OutputOption outputOption
)
'Declaration
Private Function GetBitmapAsync ( 
    bitmap As Bitmap,
    outputOption As OutputOption
) As IAsyncOperation(Of Bitmap) Implements IImageProvider.GetBitmapAsync
private:
virtual IAsyncOperation<Bitmap^>^ GetBitmapAsync(
    Bitmap^ bitmap, 
    OutputOption outputOption
) sealed = IImageProvider::GetBitmapAsync
JavaScript does not support explicit interface implementations.

Parameters

Return Value

Type: IAsyncOperation<Bitmap>
An async result with the Bitmap.

Implements

IImageProvider.GetBitmapAsync(Bitmap, OutputOption)

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

EffectGroupBase Class

EffectGroupBase.EffectGroupBase Members

Lumia.Imaging.Custom Namespace