Get the top left coordinate of the each screen in C#, ignoring where the "Main" screen is located -


i working on project (hobby) whereby draw stuff on 3 monitors. however, because of way drawing, if set monitors main screen center screen, when ask top left of each screen windows, adjusted coordinates - wrong, unless main monitor leftmost, , end 1 form missing, long 1 supposed centered on left, , window supposed leftmost, kinda spread across 2 monitors.

does have ideas? i've been working @ particular problem day.

this when left not "main" vs when left main

(should noted middle monitor 16:10 , side monitors @ both 5:4)

right pass screen object each form while setting up, , sets it's own location match screen - this.location = screen.bounds.location;


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

laravel - Undefined property: Illuminate\Pagination\LengthAwarePaginator::$id (View: F:\project\resources\views\admin\carousels\index.blade.php) -