(スクリーン) screen 画面情報を持ったオブジェクトです


書式
screen.★
  ★=プロパティ
文例
monitorWidth = screen.width
monitorHeight = screen.height
monitorColor = screen.colorDepth
offscreenPixel = screen.pixelDepth
上位オブジェクト
-
説明
画面の情報を返します。解像度変更や色数の変更などはできません。読み出しのみ可能です。
下位
colorDepth, height, pixelDepth, width