LineDisplayScreenMode(Int32, Int32, Int32, Int32) Constructor
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.
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.