Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphics() added workAreaResulotionX, workAreaResulotionY, workAreaPositionX, workAreaPositionY (windows) #772

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

doradsoft
Copy link

@doradsoft doradsoft commented Jan 31, 2023

Working area information from system.windows.forms.screen was missing, It represents the available area position and dimensions over the screen. Most common reason to working area != current resolution is when windows task bar is docked on a certain screen. Use cases:

  1. Application should rely on this one to fill only working area and not the entire screen and prevent covering task bar.
  2. Chromium and Electron are also providing that information

Documentation was updated accordingly.

…sitionX, workAreaPositionY (windows)

Working area information from system.windows.forms.screen was missing,
It represents the available area position and dimensions over the screen. Most common reason to working area != current resolution is when windows task bar is docked on a certain screen.
Use cases:
(1) Application should rely on this one to fill only working area and not the entire screen and prevent covering task bar.
(2) Chromium and Electron are also providing that information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants