Beispiel #1
0
 public DisplayTouch(int horiz, int vert, int dpi, int numbertouches, double diagonal, bool beepontouch, bool taptowake, vPanelTypes type) : base(horiz, vert, dpi, diagonal, type)
 {
     NumberTouches = numbertouches;
     TouchSettings = new DisplayTouchSettings(beepontouch, taptowake);
 }
Beispiel #2
0
 public DisplayBasic(int horiz, int vert, int dpi, double diagonal, vPanelTypes type)
 {
     PanelType = type;
     Pixels    = new DisplayResolution(horiz, vert, dpi, diagonal);
 }