Share via


Direct3DSurfaceRenderer.SetSource Method

Set a source by index.

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

Syntax

public void SetSource(
    uint sourceIndex,
    IImageProvider2 source
)
'Declaration
Public Sub SetSource ( 
    sourceIndex As UInteger,
    source As IImageProvider2
)
public:
virtual void SetSource(
    [InAttribute] unsigned int sourceIndex, 
    [InAttribute] IImageProvider2^ source
) sealed
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.

Implements

IImageConsumer2.SetSource(UInt32, IImageProvider2)

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

Direct3DSurfaceRenderer Class

Direct3DSurfaceRenderer.Direct3DSurfaceRenderer Members

Lumia.Imaging Namespace