Edit

Share via


Hd44780.SetCursorPosition(Int32, Int32) Method

Definition

Moves the cursor to an explicit column and row position.

public void SetCursorPosition (int left, int top);
member this.SetCursorPosition : int * int -> unit
abstract member SetCursorPosition : int * int -> unit
override this.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.

Implements

Applies to