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 effect's output size to the desired size of one its the inputs.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
Size MapOutputSizeToInputSize(
Size outputSize,
uint sourceIndex
)
'Declaration
Function MapOutputSizeToInputSize (
outputSize As Size,
sourceIndex As UInteger
) As Size
Size MapOutputSizeToInputSize(
[InAttribute] Size outputSize,
[InAttribute] unsigned int sourceIndex
)
function MapOutputSizeToInputSize(outputSize, sourceIndex);
Parameters
- outputSize
Type: Windows.Foundation.Size
The output size to map to the effect's desired input size for the source specified by sourceIndex.
- sourceIndex
Type: System.UInt32
The index of the source for which an input size should be mapped.
Return Value
Type: Size
The effect's desired input size for the source given the output size.
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
IImageProviderTransform Interface