RemoteOrderDisplay.CopyVideoRegion 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.
Copies a region of the display area to a new location on the display area for the specified video unit(s).
public abstract void CopyVideoRegion (Microsoft.PointOfService.DeviceUnits units, int row, int column, int height, int width, int targetRow, int targetColumn);
abstract member CopyVideoRegion : Microsoft.PointOfService.DeviceUnits * int * int * int * int * int * int -> unit
Public MustOverride Sub CopyVideoRegion (units As DeviceUnits, row As Integer, column As Integer, height As Integer, width As Integer, targetRow As Integer, targetColumn As Integer)
Parameters
- units
- DeviceUnits
The video units to operate on.
- row
- Int32
The region's start row.
- column
- Int32
The region's start column.
- height
- Int32
The number of rows in the region.
- width
- Int32
The number of columns in the region.
- targetRow
- Int32
The start row of the target location.
- targetColumn
- Int32
The start column of the target location.