EWorldShape::Drag

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

Namespace: Euresys::Open_eVision

[C++]

void Drag(
   int n32CursorX,
   int n32CursorY
)

Parameters

n32CursorX

Current cursor coordinates.

n32CursorY

Current cursor coordinates.

EWorldShape.Drag

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

Namespace: Euresys.Open_eVision

[C#]

void Drag(
   int n32CursorX,
   int n32CursorY
)

Parameters

n32CursorX

Current cursor coordinates.

n32CursorY

Current cursor coordinates.