Share via


DisplayScreenMode(Int32, Int32) Constructor

Definition

Creates an instance of the DisplayScreenMode class.

public DisplayScreenMode (int rows, int columns);
new Microsoft.PointOfService.DisplayScreenMode : int * int -> Microsoft.PointOfService.DisplayScreenMode
Public Sub New (rows As Integer, columns As Integer)

Parameters

rows
Int32

Number of rows.

columns
Int32

Number of columns.

Applies to