EBarCode::SetReadingCenter

Sets the reading area center coordinates, relative to the symbol position and extent.

Namespace: Euresys::Open_eVision_2_11

[C++]

void SetReadingCenter(
   float relativeX,
   float relativeY
)

Parameters

relativeX

Reading area center abscissa, relative to the symbol position and extent.

relativeY

Reading area center ordinate, relative to the symbol position and extent.

EBarCode.SetReadingCenter

Sets the reading area center coordinates, relative to the symbol position and extent.

Namespace: Euresys.Open_eVision_2_11

[C#]

void SetReadingCenter(
   float relativeX,
   float relativeY
)

Parameters

relativeX

Reading area center abscissa, relative to the symbol position and extent.

relativeY

Reading area center ordinate, relative to the symbol position and extent.