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

Commits on Jan 31, 2023

  1. graphics() added workAreaResulotionX, workAreaResulotionY, workAreaPo…

    …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
    snps-dorad committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    75d0129 View commit details
    Browse the repository at this point in the history