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.
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