RemoteOrderDisplay.SaveVideoRegion 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.
Saves the specified video region of the display area to one of the provided video buffers for the specified video unit(s).
public abstract void SaveVideoRegion (Microsoft.PointOfService.DeviceUnits units, int row, int column, int height, int width, int bufferId);
abstract member SaveVideoRegion : Microsoft.PointOfService.DeviceUnits * int * int * int * int * int -> unit
Public MustOverride Sub SaveVideoRegion (units As DeviceUnits, row As Integer, column As Integer, height As Integer, width As Integer, bufferId As Integer)
Parameters
- units
- DeviceUnits
The units to operate on.
- row
- Int32
The start row of the region to save.
- column
- Int32
The start column of the region to save.
- height
- Int32
The number of rows in the region to save.
- width
- Int32
The number of columns in the region to save.
- bufferId
- Int32
Number identifying the video buffer to use. Valid values range from 1 to the VideoSaveBuffers property for a selected unit(s).