An open API service indexing awesome lists of open source software.

https://github.com/sql-mistermagoo/screenpositionfromcaret

Sample how to get screen position from caret position in Visual Studio
https://github.com/sql-mistermagoo/screenpositionfromcaret

Last synced: about 1 year ago
JSON representation

Sample how to get screen position from caret position in Visual Studio

Awesome Lists containing this project

README

          

# Sample showing a way to get screen position from caret position in VS

This accounts for viewport scaling and scrolling, device DPI and responds to most changes.

## Known issues

Floating a window doesn't seem to fire any events that trigger the screen position to re-calculate

The test window in this sample is crude - just to show the calculation is working.