RemoteOrderDisplay.UpdateVideoRegionAttribute 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.
public abstract void UpdateVideoRegionAttribute (Microsoft.PointOfService.DeviceUnits units, Microsoft.PointOfService.VideoAttributeCommand attributeFunction, int row, int column, int height, int width, Microsoft.PointOfService.VideoAttributes attribute);
abstract member UpdateVideoRegionAttribute : Microsoft.PointOfService.DeviceUnits * Microsoft.PointOfService.VideoAttributeCommand * int * int * int * int * Microsoft.PointOfService.VideoAttributes -> unit
Public MustOverride Sub UpdateVideoRegionAttribute (units As DeviceUnits, attributeFunction As VideoAttributeCommand, row As Integer, column As Integer, height As Integer, width As Integer, attribute As VideoAttributes)
Parameters
- units
- DeviceUnits
- attributeFunction
- VideoAttributeCommand
- row
- Int32
- column
- Int32
- height
- Int32
- width
- Int32
- attribute
- VideoAttributes