RotationEffect.MapOutputSizeToInputSize Method
Maps the effect's output size to the desired size of one its the inputs.
Namespace: Lumia.Imaging.Transforms
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public Size MapOutputSizeToInputSize(
Size outputSize,
uint sourceIndex
)
'Declaration
Public Function MapOutputSizeToInputSize (
outputSize As Size,
sourceIndex As UInteger
) As Size
public:
virtual Size MapOutputSizeToInputSize(
[InAttribute] Size outputSize,
[InAttribute] unsigned int sourceIndex
) sealed
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.
Implements
IImageProviderTransform.MapOutputSizeToInputSize(Size, UInt32)
Version Information
Lumia Imaging SDK
Supported in: 3.0