CustomFilterAdapter.WrapBorders Property

Controls whether to wrap the pixels along the borders of the image if non-zero BlockMargins are used.

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 true, and the block margins are non-zero, when processing a block at the edge of an image the pixel data outside the edge of the image will be taken from a mirrored location inside the image. If false, the pixels in the margin will be transparent black.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

CustomFilterAdapter Class

CustomFilterAdapter.CustomFilterAdapter Members

Lumia.Imaging.Custom Namespace