LineDisplayBase.DisplayData(Cell[]) 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.
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).