RemoteOrderDisplay.RestoreVideoRegion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).