IImageProviderSizeInfo.SetInputSize Method

Sets the input size of a source to the effect.

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

Syntax

void SetInputSize(
    Size inputSize,
    uint sourceIndex
)
'Declaration
Sub SetInputSize ( 
    inputSize As Size,
    sourceIndex As UInteger
)
void SetInputSize(
    [InAttribute] Size inputSize, 
    [InAttribute] unsigned int sourceIndex
)
function SetInputSize(inputSize, sourceIndex);

Parameters

  • sourceIndex
    Type: System.UInt32
    The index of the source which has this input size.

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

IImageProviderSizeInfo Interface

IImageProviderSizeInfo.IImageProviderSizeInfo Members

Lumia.Imaging Namespace