OutputOption Enumeration

Behavior when rendering to a target with different aspect ratio than the source.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

public enum OutputOption

Member nameValueDescription
PreserveAspectRatio0 Preserve the aspect ration of the input image. Excess areas will be black.
Stretch1 Stretch the input image to fit the output size.
PreserveSize2 Preserve the size of the input image by adjusting the output size. This option is not supported by renderers.

Lumia Imaging SDK

Supported in: 3.0, 2.0
Show: