EMatrixCode::EMatrixCode

This method is deprecated.

Constructs a EMatrixCode context.

Namespace: Euresys::Open_eVision

[C++]

void EMatrixCode(
)

void EMatrixCode(
   const EMatrixCode& other
)

Parameters

other

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

Remarks

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

EMatrixCode.EMatrixCode

This method is deprecated.

Constructs a EMatrixCode context.

Namespace: Euresys.Open_eVision

[C#]

void EMatrixCode(
)

void EMatrixCode(
   Euresys.Open_eVision.EMatrixCode other
)

Parameters

other

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

Remarks

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