ECode Class
Represents a Code.
Namespace: Euresys::Open_eVision
License(s): EasyBarCode and EasyMatrixCode and EasyQRCode
Constructors
Properties
Code type.
Decoded code string.
Returns the EMatrixCode
contained in the ECode
. Throws an exception if there is none.
Code position.
If the ECode
represents an EQRCode
object, the EQuadrangle
's corners are in the following order: top right, top left, bottom left, bottom right.
If the ECode
represents an EBarCode
or EMatrixCode
object, the EQuadrangle
's corners are in the following order: top left, top right, bottom right, bottom left.
Methods
Draws the Position of the Code.
This method is deprecated: Use the overload of ECode::DrawPosition
taking an EDrawAdapter
by using an instance of EWindowsDrawAdapter
.
Assignment operator
ECode Class
Represents a Code.
Namespace: Euresys.Open_eVision
License(s): EasyBarCode and EasyMatrixCode and EasyQRCode
Constructors
Properties
Code type.
Decoded code string.
Returns the EMatrixCode
contained in the ECode
. Throws an exception if there is none.
Code position.
If the ECode
represents an EQRCode
object, the EQuadrangle
's corners are in the following order: top right, top left, bottom left, bottom right.
If the ECode
represents an EBarCode
or EMatrixCode
object, the EQuadrangle
's corners are in the following order: top left, top right, bottom right, bottom left.
Methods
Draws the Position of the Code.
This method is deprecated: Use the overload of ECode.DrawPosition
taking an EDrawAdapter
by using an instance of EWindowsDrawAdapter
.
ECode Class
Represents a Code.
Module: open_evision
License(s): EasyBarCode and EasyMatrixCode and EasyQRCode
Constructors
Properties
Code type.
Decoded code string.
Returns the EMatrixCode
contained in the ECode
. Throws an exception if there is none.
Code position.
If the ECode
represents an EQRCode
object, the EQuadrangle
's corners are in the following order: top right, top left, bottom left, bottom right.
If the ECode
represents an EBarCode
or EMatrixCode
object, the EQuadrangle
's corners are in the following order: top left, top right, bottom right, bottom left.
Methods
Draws the Position of the Code.