IImageProviderSizeInfo.SetOutputSize Method
Sets the output size of the effect.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
void SetOutputSize(
Size outputSize
)
'Declaration
Sub SetOutputSize (
outputSize As Size
)
void SetOutputSize(
[InAttribute] Size outputSize
)
function SetOutputSize(outputSize);
Parameters
- outputSize
Type: Windows.Foundation.Size
The output size of the effect
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
IImageProviderSizeInfo Interface