共用方式為


RemoteOrderDisplay.SetCursor(DeviceUnits, Int32, Int32) Method

Definition

Updates the cursor position on the specified video unit(s).

public abstract void SetCursor (Microsoft.PointOfService.DeviceUnits units, int row, int column);
abstract member SetCursor : Microsoft.PointOfService.DeviceUnits * int * int -> unit
Public MustOverride Sub SetCursor (units As DeviceUnits, row As Integer, column As Integer)

Parameters

units
DeviceUnits

The units to operate on.

row
Int32

Row to put the cursor on.

column
Int32

Column to put the cursor on.

Applies to