EShape::SetCursor

Sets the cursor current coordinates.

Namespace: Euresys::Open_eVision

[C++]

void SetCursor(
   int x,
   int y
)

Parameters

x

Cursor current coordinates.

y

Cursor current coordinates.

EShape.SetCursor

Sets the cursor current coordinates.

Namespace: Euresys.Open_eVision

[C#]

void SetCursor(
   int x,
   int y
)

Parameters

x

Cursor current coordinates.

y

Cursor current coordinates.

EShape.SetCursor

Sets the cursor current coordinates.

Module: open_evision

[Python]

SetCursor(
    x: int
    y: int
) -> None

Parameters

x

Cursor current coordinates.

y

Cursor current coordinates.