EBarCode::Drag

Moves a handle to a new position and updates the position parameters of the symbol bounding box.

Namespace: Euresys::Open_eVision_2_11

[C++]

void Drag(
   OEV_INT32 cursorX,
   OEV_INT32 cursorY
)

Parameters

cursorX

Cursor current coordinates.

cursorY

Cursor current coordinates.

EBarCode.Drag

Moves a handle to a new position and updates the position parameters of the symbol bounding box.

Namespace: Euresys.Open_eVision_2_11

[C#]

void Drag(
   int cursorX,
   int cursorY
)

Parameters

cursorX

Cursor current coordinates.

cursorY

Cursor current coordinates.