DisplayScreenMode Class (POS for .NET v1.12 SDK Documentation)

2/27/2008

Defines a screen mode—that is, the number of rows and columns supported—for a line display device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Class DisplayScreenMode
public class DisplayScreenMode
public ref class DisplayScreenMode
public class DisplayScreenMode
public class DisplayScreenMode

Remarks

An array of DisplayScreenMode instances is used to provide a list supported screen modes for the ScreenModeList property.

DisplayScreenMode is also inherited by the LineDisplayScreenMode class, which is used by POS for .NET LineDisplayBase class to create a list of supported line display screen modes defined by row, column, glyph height, glyph width, maximum X, and maximum Y values.

Inheritance Hierarchy

System.Object
  Microsoft.PointOfService.DisplayScreenMode
     Microsoft.PointOfService.BaseServiceObjects.LineDisplayScreenMode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

DisplayScreenMode Members
Microsoft.PointOfService Namespace