共用方式為


RemoteOrderDisplay.RestoreVideoRegion Method

Definition

Restores a previously saved video region of the display area from the requested bufferId for the specified video unit(s).

public abstract void RestoreVideoRegion (Microsoft.PointOfService.DeviceUnits units, int targetRow, int targetColumn, int bufferId);
abstract member RestoreVideoRegion : Microsoft.PointOfService.DeviceUnits * int * int * int -> unit
Public MustOverride Sub RestoreVideoRegion (units As DeviceUnits, targetRow As Integer, targetColumn As Integer, bufferId As Integer)

Parameters

units
DeviceUnits

The units to operate on.

targetRow
Int32

The start row of the target location.

targetColumn
Int32

The start column of the target location.

bufferId
Int32

Number identifying the source video buffer to use. Valid values range from 1 to the VideoSaveBuffers property for the selected unit(s).

Applies to