Share via


BlendFilter.ForegroundSource Property

The foreground image that will be blended onto the background image.

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

Syntax

public IImageProvider ForegroundSource { get; set; }
'Declaration
Public Property ForegroundSource As IImageProvider
    Get
    Set
public:
virtual property IImageProvider^ ForegroundSource {
    IImageProvider^ get () sealed;
    void set (IImageProvider^ value) sealed;
}
function get_ForegroundSource();
function set_ForegroundSource(value);

Property Value

Type: IImageProvider

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

BlendFilter Class

BlendFilter.BlendFilter Members

Lumia.Imaging.Compositing Namespace