IImageConsumer2.SetSource Method

Set a source by index.

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

Syntax

void SetSource(
    uint sourceIndex,
    IImageProvider2 source
)
'Declaration
Sub SetSource ( 
    sourceIndex As UInteger,
    source As IImageProvider2
)
void SetSource(
    [InAttribute] unsigned int sourceIndex, 
    [InAttribute] IImageProvider2^ source
)
function SetSource(sourceIndex, source);

Parameters

  • source
    Type: Lumia.Imaging.IImageProvider2
    An IImageProvider2 to be connected as a source. A class that implements this interface may have restrictions on which sources can be set to null. The documentation for the class should be consulted, to avoid exceptions.

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

IImageConsumer2 Interface

IImageConsumer2.IImageConsumer2 Members

Lumia.Imaging Namespace