public int Threshold {get; set;}
public int Threshold {get; set;}
get_Threshold();
set_Threshold(value);
public:
property int Threshold {
int get();
void set ( int value);
}
'Declaration
Public Property Threshold As Integer
'Usage
Dim instance As EdgeDetectorCommand
Dim value As Integer
instance.Threshold = value
value = instance.Threshold
Property Value
Threshold value used to determine which pixels are edge pixels. If the difference determined for a pixel is greater than this value, the pixel is an edge pixel. This property only accepts positive values.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2