EffectGroupAdapter.GetInfoAsync Method

This method is no longer supported and should not be called. See remarks.

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

Syntax

public IAsyncOperation<ImageProviderInfo> GetInfoAsync()
'Declaration
Public Function GetInfoAsync As IAsyncOperation(Of ImageProviderInfo)
public:
virtual IAsyncOperation<ImageProviderInfo^>^ GetInfoAsync() sealed
function GetInfoAsync();

Return Value

Type: IAsyncOperation<ImageProviderInfo>
An async result with a ImageProviderInfo object containing information such as image size.

Implements

IImageProvider.GetInfoAsync()

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

EffectGroupAdapter Class

EffectGroupAdapter.EffectGroupAdapter Members

Lumia.Imaging.Custom Namespace