IImageProviderTransform.MapInputSizeToOutputSize Method

Maps the size of one of the effect's inputs to an output size.

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

Syntax

Size MapInputSizeToOutputSize(
    Size inputSize,
    uint sourceIndex
)
'Declaration
Function MapInputSizeToOutputSize ( 
    inputSize As Size,
    sourceIndex As UInteger
) As Size
Size MapInputSizeToOutputSize(
    [InAttribute] Size inputSize, 
    [InAttribute] unsigned int sourceIndex
)
function MapInputSizeToOutputSize(inputSize, sourceIndex);

Parameters

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

Return Value

Type: Size
The effect's desired output size given the input size.

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

IImageProviderTransform Interface

IImageProviderTransform.IImageProviderTransform Members

Lumia.Imaging Namespace