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