Share via


LineDisplayBase.DisplayData(Cell[]) Method

Definition

Called by the LineDisplayBase class to draw the window.

protected internal abstract void DisplayData (Microsoft.PointOfService.BaseServiceObjects.Cell[] cells);
abstract member DisplayData : Microsoft.PointOfService.BaseServiceObjects.Cell[] -> unit
Protected Friend MustOverride Sub DisplayData (cells As Cell())

Parameters

cells
Cell[]

Contains an array of Cell class instances, each of which represents a single character position on the display (or the set of pixels that occupy a single character position).

Applies to