Edit

Share via


ICharacterLcd.SetCursorPosition(Int32, Int32) Method

Definition

Moves the cursor to an explicit column and row position.

public void SetCursorPosition (int left, int top);
abstract member SetCursorPosition : int * int -> unit
Public Sub SetCursorPosition (left As Integer, top As Integer)

Parameters

left
Int32

The column position from left to right starting with 0.

top
Int32

The row position from the top starting with 0.

Exceptions

The given position is not inside the display.

Applies to