DisplayScreenMode(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 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.