BlendEffect.MapInputSizeToOutputSize Method

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

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

Syntax

public Size MapInputSizeToOutputSize(
    Size inputSize,
    uint sourceIndex
)
'Declaration
Public Function MapInputSizeToOutputSize ( 
    inputSize As Size,
    sourceIndex As UInteger
) As Size
public:
virtual Size MapInputSizeToOutputSize(
    [InAttribute] Size inputSize, 
    [InAttribute] unsigned int sourceIndex
) sealed
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.

Implements

IImageProviderTransform.MapInputSizeToOutputSize(Size, UInt32)

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

BlendEffect Class

BlendEffect.BlendEffect Members

Lumia.Imaging.Compositing Namespace