ISKernel:monitor (Data Type)

From Lavish Software Wiki
Revision as of 19:49, 12 November 2008 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Description

Object Type Vitals
monitor
Defined By Inner Space Kernel
Inherits none
Reduces To none
Variable Object Type none
Uses Sub-Types no
C/C++ Type HMONITOR

Members

  • bool IsPrimary: TRUE if the monitor is the Primary monitor
  • string Name: Name of the monitor (e.g. \\.\DISPLAY1 -- you will need to use string.Escape to see the entire thing, or use string.Right[1] to get the monitor number for example)
  • int Width: Width of the monitor in pixels
  • int Height: Height of the monitor in pixels
  • int Top: Top pixel of the monitor (Y coordinate)
  • int Left: Left pixel of the monitor (X coordinate)
  • int Right: Right pixel of the monitor (X coordinate)
  • int Bottom: Bottom pixel of the monitor (Y coordinate)
  • int MaximizeWidth: Width used for maximized windows on this monitor
  • int MaximizeHeight: Height used for maximized windows on this monitor
  • int MaximizeTop: Top pixel used for maximized windows on this monitor
  • int MaximizeBottom: Bottom pixel used for maximized windows on this monitor
  • int MaximizeLeft: Left-most pixel used for maximized windows on this monitor
  • int MaximizeRight: Right-most pixel used for maximized windows on this monitor

Methods

none

Examples

See Also