共用方式為


RemoteOrderDisplay.DrawBox Method

Definition

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.

Applies to