Share via


SoftwareBitmapRenderer.OutputOption Property

Controls how the image is rendered. The default value is OutputOption.PreserveAspectRatio. Note: The option OutputOption.PreserveSize is not a valid option for BitmapRenderer.

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

Syntax

public OutputOption OutputOption { get; set; }
'Declaration
Public Property OutputOption As OutputOption
    Get
    Set
public:
virtual property OutputOption OutputOption {
    OutputOption get () sealed;
    void set (OutputOption value) sealed;
}
function get_OutputOption();
function set_OutputOption(value);

Property Value

Type: OutputOption

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

SoftwareBitmapRenderer Class

SoftwareBitmapRenderer.SoftwareBitmapRenderer Members

Lumia.Imaging Namespace