BlendEffect.TargetOutputOption Property

Controls how the foreground is fitted into the target area.

If set to Stretch, the foreground image will be resized to fit the target area exactly. If set to PreserveAspectRatio, the foreground image will be blended into the target area centered and with the original aspect ratio intact. If set to PreserveSize, the size portion of the target area will be ignored, and the foregound image will be blended in its original size.

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

Syntax

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

Property Value

Type: OutputOption

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

BlendEffect Class

BlendEffect.BlendEffect Members

Lumia.Imaging.Compositing Namespace