ScaleEffect::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
public: virtual Size MapOutputSizeToInputSize( [InAttribute] Size outputSize, [InAttribute] unsigned int sourceIndex ) sealed
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: SizeThe effect's desired input size for the source given the output size.
Implements
IImageProviderTransform::MapOutputSizeToInputSize(Size, UInt32)
Show: