Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- inputSize
Type: Windows.Foundation.Size
The input size to map to the effect's output size.
- 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