Share via


LineDisplayScreenMode(Int32, Int32, Int32, Int32) Constructor

Definition

Creates a new instance of the LineDisplayScreenMode class with the specified number of columns, rows, glyph width, and glyph height.

public LineDisplayScreenMode (int deviceColumns, int deviceRows, int glyphWidth, int glyphHeight);
new Microsoft.PointOfService.BaseServiceObjects.LineDisplayScreenMode : int * int * int * int -> Microsoft.PointOfService.BaseServiceObjects.LineDisplayScreenMode
Public Sub New (deviceColumns As Integer, deviceRows As Integer, glyphWidth As Integer, glyphHeight As Integer)

Parameters

deviceColumns
Int32

The number of device columns.

deviceRows
Int32

The number of device rows.

glyphWidth
Int32

The glyph width based on the number of pixels for a character cell.

glyphHeight
Int32

The glyph height based on the number of pixels for a character cell.

Applies to