Bespoke Multi-Touch Framework
BinaryFilterThreshold Property
NamespacesBespoke.MultiTouch.FrameworkImagingElementBinaryFilterThreshold
Gets or sets the BinaryFilterThreshold configuration setting.
Declaration Syntax
C#Visual BasicVisual C++
public byte BinaryFilterThreshold { get; set; }
Public Property BinaryFilterThreshold As Byte
public:
property unsigned char BinaryFilterThreshold {
	unsigned char get ();
	void set (unsigned char value);
}
Remarks
The threshold filter value (0-255). Grayscale pixels below this value are considered off (0) and above as on (1).

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)