RemoteOrderDisplay.DrawBox 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.
Draws a box on the specified video unit(s).
public abstract void DrawBox (Microsoft.PointOfService.DeviceUnits units, int row, int column, int height, int width, Microsoft.PointOfService.VideoAttributes attribute, Microsoft.PointOfService.BorderType borderType);
abstract member DrawBox : Microsoft.PointOfService.DeviceUnits * int * int * int * int * Microsoft.PointOfService.VideoAttributes * Microsoft.PointOfService.BorderType -> unit
Public MustOverride Sub DrawBox (units As DeviceUnits, row As Integer, column As Integer, height As Integer, width As Integer, attribute As VideoAttributes, borderType As BorderType)
Parameters
- units
- DeviceUnits
The units to operate on.
- row
- Int32
The box's start row.
- column
- Int32
The box's start column.
- height
- Int32
The number of rows in the box.
- width
- Int32
The number of columns in the box.
- attribute
- VideoAttributes
The video attribute.
- borderType
- BorderType
The border type.