CustomFilterAdapter.BlockMargins Property

Size of the margins needed if the filter wants to sample neighboring pixels around a source pixel.

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

Syntax

public Margins BlockMargins { get; set; }
'Declaration
Public Property BlockMargins As Margins
    Get
    Set
public:
virtual property Margins BlockMargins {
    Margins get () sealed;
    void set (Margins value) sealed;
}
function get_BlockMargins();
function set_BlockMargins(value);

Property Value

Type: Margins

Remarks

This should be set to the maximum distance the filter will sample away from the source pixel in the left, right, up and down directions.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

CustomFilterAdapter Class

CustomFilterAdapter.CustomFilterAdapter Members

Lumia.Imaging.Custom Namespace