DelegatingFilter.WrapBorders Property

Whether to wrap the pixels along the borders of the image if BlockMargins are in use.

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

Syntax

public bool WrapBorders { get; set; }
'Declaration
Public Property WrapBorders As Boolean
    Get
    Set
public:
virtual property bool WrapBorders {
    bool get () sealed;
    void set (bool value) sealed;
}
function get_WrapBorders();
function set_WrapBorders(value);

Property Value

Type: Boolean

Remarks

If set to true, neighboring pixels will be fetched from within the source image even at the border. Otherwise, black is used.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

DelegatingFilter Class

DelegatingFilter.DelegatingFilter Members

Lumia.Imaging.Custom Namespace