I’m looking at the Screen class to find out how many monitors wide a desktop is. If there we say a 3×1 configuration of monitors (A pretty standard configuation) I’d want to get 3 and 1, in a Rectangle.
If it were a 2×2 configuration of monitors (Less standard) I’d want 2 and 2 in a Rectangle.
I’m not interested in the resolution of these monitors, just the physical matrix of how they’re arranged.
EDIT: I’ve thought that if I get the total working area, and then using each individual screen try to find a configuration that would fit, then I would be left with the physical amount of screens in the system. Thoughts?
This could work:
Note: I tested this with multiple monitors that are identical in every way.