Share via


LineDisplayScreenMode Class

Definition

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
LineDisplayScreenMode

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)

Applies to