Share via


Cell Class

2/27/2008

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

Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Syntax

'Declaration
Public Class Cell
public class Cell
public ref class Cell
public class Cell
public class Cell

Remarks

Cell is a helper class created by POS for .NET to simplify the update of the array of cells used by the DisplayData method, which is implemented by the service object and called by the base class whenever the device must be updated. Each cell represents a single character position (or a bitmap or glyph) on the display.

Inheritance Hierarchy

System.Object
  Microsoft.PointOfService.BaseServiceObjects.Cell

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

Cell Members
Microsoft.PointOfService.BaseServiceObjects Namespace
DisplayData