ScanSettingsScanningHotSpot Property |
Defines the point at which barcodes and 2d codes are expected.
Namespace: Scandit.BarcodePickerAssembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax public Point ScanningHotSpot { get; set; }
Public Property ScanningHotSpot As Point
Get
Set
public:
property Point ScanningHotSpot {
Point get ();
void set (Point value);
}
member ScanningHotSpot : Point with get, set
Property Value
Type:
PointRemarks
The hot spot is defined in relative view coordinates, where the top-left corner is
(0,0) and the bottom-right corner is (1,1). The default value is (0.5, 0.5).
See Also