{"identifier":62877,"topic":"Functions","name":"screenRect","text":"<code><pre>the screenRect\n<\/pre><\/code> Value returned: a<code> <i>rectangle<\/i> <\/code>equal to the dimensions of the screen in pixels <br><br>\n\n If there's more than one monitor,<code> the screenRect <\/code>returns the dimensions of the monitor displaying the current stack as offsets from the top-left corner of the screen that contains the menu bar. <br>\n<br>\nIf the card window appears on more than one monitor,<code> the screenRect <\/code>returns the dimensions of the screen that shows the most area from the  card window. <br>\n","related":{"32809":null,"85301":"bottom","91818":"bottomRight","86710":"height","74022":"left","74795":"location","79936":"rectangle","86116":"right","81344":"scroll","86868":"top","87153":"topLeft","89143":"width"},"examples":"get the screenRect\nif the mouseLoc is not within it then ...\n\nif the screenRect = \"0,0,512,342\" then ... -- SE size monitor","demo":"on screenRectDemo\n   get the <b>screenRect<\/b>\n   put \"The dimensions of the monitor displaying this stack are:\" &\u00ac\n   return & return & \"Width:\" && (item 3 of it - item 1 of it) &\u00ac\n   return & \"Height:\" && (item 4 of it - item 2 of it) into sayIt\n   answer sayIt\n end screenRectDemo\n ","debug":{"9":["the screenRect\r\rValu"],"10":["If the card window a"]}}