EBarCode::EBarCode

Constructs a EBarCode context.

Namespace: Euresys::Open_eVision::EasyBarCode2

[C++]

void EBarCode(
   const EBarCode& other
)

Parameters

other

Another EBarCode object to be copied in the new EBarCode object.

Remarks

The default constructor constructs an uninitialized EBarCode object. All properties are initialized to their respective default values. The copy constructor constructs a EBarCode context based on a pre-existing EBarCode object. All properties and internal data are copied.

EBarCode.EBarCode

Constructs a EBarCode context.

Namespace: Euresys.Open_eVision.EasyBarCode2

[C#]

void EBarCode(
   Euresys.Open_eVision.EasyBarCode2.EBarCode other
)

Parameters

other

Another EBarCode object to be copied in the new EBarCode object.

Remarks

The default constructor constructs an uninitialized EBarCode object. All properties are initialized to their respective default values. The copy constructor constructs a EBarCode context based on a pre-existing EBarCode object. All properties and internal data are copied.