Gets or sets a value that indicates the threshold for modifying the original value of the pixel.
public byte Threshold {get; set;}
'Declaration
Public Property Threshold As Byte
'Usage
Dim instance As UnsharpMaskActivity
Dim value As Byte
instance.Threshold = value
value = instance.Threshold
public:
property byte Threshold {
byte get();
void set ( byte value);
}
Property Value
Value that indicates the threshold for modifying the original value of the pixel. If the difference in the original pixel value and the blurred pixel value is greater than the threshold value, the original pixel value will be modified.