Содержание

TCSScreen

Contains data on the emulated screen

Syntax

TCSScreen = record
  width: integer;
  height: integer;
  availWidth: integer;
  availHeight: integer;
  availLeft: integer;
  availTop: integer;
  colorDepth: integer;
  pixelDepth: integer;
end;

Fields

  • width
    • type: integer
    • functions: screen width
  • height
    • type: integer
    • functions: screen height
  • availWidth
    • type: integer
    • functions: available window width
  • availHeight
    • type: integer
    • functions: available window height
  • availLeft
    • type: integer
    • functions: minimum value of the x coordinate
  • availTop
    • type: integer
    • functions: minimum value of the y coordinate
  • colorDepth
    • type: integer
    • functions: color depth
  • pixelDepth
    • type: integer
    • functions: pixels depth