Cell Class

Definition

A helper class created by POS for .NET to simplify the update of the array of cells used by the DisplayData method.

public class Cell
type Cell = class
Public Class Cell
Inheritance
Cell

Properties

Attribute

Contains the text mode attribute used to display the data.

Bitmap

If the Type is CellType.BitMap, contains the characters to be displayed.

Character

If the Type is CellType.Character, contains the characters to be displayed.

Column

Contains the column where the data is to be displayed.

PixelData

Contains the pixels to be displayed.

Row

Contains the row where the data is to be displayed.

Type

Contains the type of character, bitmap, or glyph being displayed.

Applies to