Share via


Cell Members

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.

The following tables list the members exposed by the Cell type.

Public Properties

  Name Description
Aa460365.pubproperty(en-us,WinEmbedded.1002).gif Attribute Contains the text mode attribute used to display the data.
Aa460365.pubproperty(en-us,WinEmbedded.1002).gif Bitmap If the Type is CellType.BitMap, contains the characters to be displayed.
Aa460365.pubproperty(en-us,WinEmbedded.1002).gif Character If the Type is CellType.Character, contains the characters to be displayed.
Aa460365.pubproperty(en-us,WinEmbedded.1002).gif Column Contains the column where the data is to be displayed.
Aa460365.pubproperty(en-us,WinEmbedded.1002).gif PixelData Contains the pixels to be displayed.
Aa460365.pubproperty(en-us,WinEmbedded.1002).gif Row Contains the row where the data is to be displayed.
Aa460365.pubproperty(en-us,WinEmbedded.1002).gif Type Contains the type of character, bitmap, or glyph being displayed.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa460365.pubmethod(en-us,WinEmbedded.1002).gif Equals  Overloaded. (inherited from Object )
Aa460365.pubmethod(en-us,WinEmbedded.1002).gif GetHashCode  (inherited from Object )
Aa460365.pubmethod(en-us,WinEmbedded.1002).gif GetType  (inherited from Object )
Aa460365.pubmethod(en-us,WinEmbedded.1002).gif Aa460365.static(en-us,WinEmbedded.1002).gif ReferenceEquals  (inherited from Object )
Aa460365.pubmethod(en-us,WinEmbedded.1002).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa460365.protmethod(en-us,WinEmbedded.1002).gif Finalize  (inherited from Object )
Aa460365.protmethod(en-us,WinEmbedded.1002).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

Cell Class
Microsoft.PointOfService.BaseServiceObjects Namespace
DisplayData