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 | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
Cell Class
Microsoft.PointOfService.BaseServiceObjects Namespace
DisplayData