Share via


LensBlurEffect.FocusAreaEdgeMirroring Property

Determines whether pixels in the focus area should be sampled when applying blur. If mirroring is on, then samples that would be located inside the focus area are instead taken from a mirrored location outside it.

Default value is On.

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

Syntax

public LensBlurFocusAreaEdgeMirroring FocusAreaEdgeMirroring { get; set; }
'Declaration
Public Property FocusAreaEdgeMirroring As LensBlurFocusAreaEdgeMirroring
    Get
    Set
public:
virtual property LensBlurFocusAreaEdgeMirroring FocusAreaEdgeMirroring {
    LensBlurFocusAreaEdgeMirroring get () sealed;
    void set (LensBlurFocusAreaEdgeMirroring value) sealed;
}
function get_FocusAreaEdgeMirroring();
function set_FocusAreaEdgeMirroring(value);

Property Value

Type: LensBlurFocusAreaEdgeMirroring

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

LensBlurEffect Class

LensBlurEffect.LensBlurEffect Members

Lumia.Imaging.Adjustments Namespace