LineDisplayScreenMode Class
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.
An array of instances of DisplayScreenMode is used to provide a list of supported screen modes for the ScreenModeList property.
public class LineDisplayScreenMode : Microsoft.PointOfService.DisplayScreenMode
type LineDisplayScreenMode = class
inherit DisplayScreenMode
Public Class LineDisplayScreenMode
Inherits DisplayScreenMode
- Inheritance
Constructors
LineDisplayScreenMode(Int32, Int32, Int32, Int32) |
Creates a new instance of the LineDisplayScreenMode class with the specified number of columns, rows, glyph width, and glyph height. |
Properties
Columns | (Inherited from DisplayScreenMode) |
GlyphHeight |
The glyph height based on the number of pixels for a character cell. |
GlyphWidth |
The glyph width based on the number of pixels for a character cell. |
MaximumX |
The maximum number of horizontal pixels supported by the device. |
MaximumY |
The maximum number of vertical pixels supported by the device. |
Rows | (Inherited from DisplayScreenMode) |
Methods
ToString() | (Inherited from DisplayScreenMode) |