StampFilter Constructor (Int32, Double)

Creates and initializes a new StampFilter with specified smoothness and threshold values.

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

Syntax

public StampFilter(
    int smoothness,
    double threshold
)
'Declaration
Public Sub New ( 
    smoothness As Integer,
    threshold As Double
)
public:
StampFilter(
    [InAttribute] int smoothness, 
    [InAttribute] double threshold
)
Lumia.Imaging.Artistic.StampFilter = function(smoothness, threshold);

Parameters

  • smoothness
    Type: System.Int32
    The smoothness level.

    Range [0, 6].

  • threshold
    Type: System.Double
    The threshold level.

    Range [0.0, 1.0].

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

StampFilter Class

StampFilter.StampFilter Members

StampFilter Overload

Lumia.Imaging.Artistic Namespace