ERectangleShape::Drag

Moves a handle to a new position and updates the position parameters of the shape.

Namespace: Euresys::Open_eVision_2_11

[C++]

void Drag(
   OEV_INT32 n32CursorX,
   OEV_INT32 n32CursorY
)

Parameters

n32CursorX

Current cursor coordinates.

n32CursorY

Current cursor coordinates.

ERectangleShape.Drag

Moves a handle to a new position and updates the position parameters of the shape.

Namespace: Euresys.Open_eVision_2_11

[C#]

void Drag(
   int n32CursorX,
   int n32CursorY
)

Parameters

n32CursorX

Current cursor coordinates.

n32CursorY

Current cursor coordinates.